Brand Assets
The official resource for DBus World logos, colors, and usage guidelines.
Official Logos
Download high-quality versions of our logo. Please do not modify them.
Primary Logo
The main logo for dark backgrounds.
Light Logo
For use on light backgrounds.
Client Icon
App icon and social media avatar.
Colors
#000000
Black
#FFFFFF
White
#141415
Graphite
Typography
Aa
Bold (700) - Headings
Regular (400) - Body text
Light (300) - Captions
Usage Guidelines
Do
- Use the provided logo files without modification.
- Maintain clear space around the logo.
- Use the correct logo variant for your background (light/dark).
Don't
- NO AI: Do not use AI to modify or generate content with our logo.
- Do not stretch, skew, or rotate the logo.
- Do not change the logo colors.
- Do not use for political content.
Incorrect Usage
Do not stretch
Do not recolor
Low contrast
TEXT
Do not obstruct
Copy & Paste Examples
Ready-to-use snippets for your content. Click the code to copy.
Discord Embed
DBus Bot
BOT
Today at 12:00 PM
Join DBus World Community
Experience the ultimate bus simulation game.
Game Features
• Realistic physics
• Custom routes
• Custom routes
Community
• Active Discord
• Regular updates
• Regular updates
{
"embeds": [{
"title": "Join DBus World Community",
"description": "Experience the ultimate bus simulation game.",
"color": 4286945,
"thumbnail": { "url": "https://dbusworld.com/images/DBus_logo_new.png" },
"fields": [
{ "name": "Features", "value": "• Realistic physics\n• Custom routes", "inline": true },
{ "name": "Community", "value": "• Active Discord\n• Regular updates", "inline": true }
]
}]
}
YouTube End Screen
Play DBus World
Free Download
<!-- YouTube Overlay HTML -->
<div style="position: absolute; top: 20px; right: 20px; background: rgba(0,0,0,0.85); padding: 15px; border-radius: 12px; text-align: center; backdrop-filter: blur(4px);">
<img src="https://dbusworld.com/images/DBus_logo_new.png" alt="DBus World" style="height: 30px; margin-bottom: 8px;">
<div style="color: white; font-size: 14px; font-weight: bold;">Play DBus World</div>
<div style="color: #aaa; font-size: 12px;">Free Download</div>
</div>