Shades of Starship #DBDB45
Tints of Starship #DBDB45
RGB
CMYK
RGB Variations
Color information
#DBDB45 (or 0xDBDB45) is known color: Starship. HEX triplet: DB, DB and 45. RGB value is (219,219,69). Sum of RGB (Red+Green+Blue) = 219+219+69=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB45 is #2424BA. Grayscale: #CACACA. Windows color (decimal): -2368699 or 4578267. OLE color: 4578267.
HSL color Cylindrical-coordinate representation of color #DBDB45: hue angle of 60º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBDB45 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 69 | - |
CMYK | 0 | 0 | 0.68 | 0.14 |
HSL | 60º | 0.68% | 0.56% | - |
HSV(B) | 60º | 0.68% | 0.86% | - |
XYZ | 55.62 | 66.15 | 15.47 | - |
YUV | 201.9 | 53 | 140.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 69 | 0 | 0 | 0.68 | 0.14 | 60 | 0.68 | 0.56 |
Hex | DB | DB | 45 | 0 | 0 | 44 | E | 3C | 44 | 38 |
Octal | 333 | 333 | 105 | 0 | 0 | 104 | 16 | 74 | 104 | 70 |
Binary | 11011011 | 11011011 | 1000101 | 0 | 0 | 1000100 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDB45
Complementary color
Monochromatic Colors of #DBDB45
Black with #DBDB45
Text Example
Text Example
White with #DBDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB45; }
p { color: rgb(219,219,69); }
H1.HeaderClassName
{
color: #DBDB45;
}
.AnyTagClassName
{
color: #DBDB45;
}
</style>
background-color css
<style>
a { background-color: #DBDB45; }
a { background-color: rgb(219,219,69); }
div.DivClassName
{
background-color: #DBDB45;
}
.BgClassName
{
background-color: #DBDB45;
}
</style>
border-color css
<style>
span { border-color: #DBDB45; }
span { border-color: rgb(219,219,69); }
td.TdClassName
{
border-color: #DBDB45;
}
.TagClassName
{
border-color: #DBDB45;
}
</style>