Shades of Starship #DBDB34
Tints of Starship #DBDB34
RGB
CMYK
RGB Variations
Color information
#DBDB34 (or 0xDBDB34) is known color: Starship. HEX triplet: DB, DB and 34. RGB value is (219,219,52). Sum of RGB (Red+Green+Blue) = 219+219+52=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB34 is #2424CB. Grayscale: #C8C8C8. Windows color (decimal): -2368716 or 3464155. OLE color: 3464155.
HSL color Cylindrical-coordinate representation of color #DBDB34: hue angle of 60º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBDB34 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 52 | - |
CMYK | 0 | 0 | 0.76 | 0.14 |
HSL | 60º | 0.7% | 0.53% | - |
HSV(B) | 60º | 0.76% | 0.86% | - |
XYZ | 55.16 | 65.97 | 13.08 | - |
YUV | 199.96 | 44.5 | 141.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 52 | 0 | 0 | 0.76 | 0.14 | 60 | 0.7 | 0.53 |
Hex | DB | DB | 34 | 0 | 0 | 4C | E | 3C | 46 | 35 |
Octal | 333 | 333 | 64 | 0 | 0 | 114 | 16 | 74 | 106 | 65 |
Binary | 11011011 | 11011011 | 110100 | 0 | 0 | 1001100 | 1110 | 111100 | 1000110 | 110101 |
Color Harmonies of #DBDB34
Complementary color
Monochromatic Colors of #DBDB34
Black with #DBDB34
Text Example
Text Example
White with #DBDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB34; }
p { color: rgb(219,219,52); }
H1.HeaderClassName
{
color: #DBDB34;
}
.AnyTagClassName
{
color: #DBDB34;
}
</style>
background-color css
<style>
a { background-color: #DBDB34; }
a { background-color: rgb(219,219,52); }
div.DivClassName
{
background-color: #DBDB34;
}
.BgClassName
{
background-color: #DBDB34;
}
</style>
border-color css
<style>
span { border-color: #DBDB34; }
span { border-color: rgb(219,219,52); }
td.TdClassName
{
border-color: #DBDB34;
}
.TagClassName
{
border-color: #DBDB34;
}
</style>