Shades of Starship #DBDB40
Tints of Starship #DBDB40
RGB
CMYK
RGB Variations
Color information
#DBDB40 (or 0xDBDB40) is known color: Starship. HEX triplet: DB, DB and 40. RGB value is (219,219,64). Sum of RGB (Red+Green+Blue) = 219+219+64=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB40 is #2424BF. Grayscale: #C9C9C9. Windows color (decimal): -2368704 or 4250587. OLE color: 4250587.
HSL color Cylindrical-coordinate representation of color #DBDB40: hue angle of 60º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDB40 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 64 | - |
| CMYK | 0 | 0 | 0.71 | 0.14 |
| HSL | 60º | 0.68% | 0.55% | - |
| HSV(B) | 60º | 0.71% | 0.86% | - |
| XYZ | 55.47 | 66.09 | 14.68 | - |
| YUV | 201.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 64 | 0 | 0 | 0.71 | 0.14 | 60 | 0.68 | 0.55 |
| Hex | DB | DB | 40 | 0 | 0 | 47 | E | 3C | 44 | 37 |
| Octal | 333 | 333 | 100 | 0 | 0 | 107 | 16 | 74 | 104 | 67 |
| Binary | 11011011 | 11011011 | 1000000 | 0 | 0 | 1000111 | 1110 | 111100 | 1000100 | 110111 |
Color Harmonies of #DBDB40
Complementary color
Monochromatic Colors of #DBDB40
Black with #DBDB40
Text Example
Text Example
White with #DBDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB40; }
p { color: rgb(219,219,64); }
H1.HeaderClassName
{
color: #DBDB40;
}
.AnyTagClassName
{
color: #DBDB40;
}
</style>
background-color css
<style>
a { background-color: #DBDB40; }
a { background-color: rgb(219,219,64); }
div.DivClassName
{
background-color: #DBDB40;
}
.BgClassName
{
background-color: #DBDB40;
}
</style>
border-color css
<style>
span { border-color: #DBDB40; }
span { border-color: rgb(219,219,64); }
td.TdClassName
{
border-color: #DBDB40;
}
.TagClassName
{
border-color: #DBDB40;
}
</style>