Shades of Starship #DBD740
Tints of Starship #DBD740
RGB
CMYK
RGB Variations
Color information
#DBD740 (or 0xDBD740) is known color: Starship. HEX triplet: DB, D7 and 40. RGB value is (219,215,64). Sum of RGB (Red+Green+Blue) = 219+215+64=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD740 is #2428BF. Grayscale: #C7C7C7. Windows color (decimal): -2369728 or 4249563. OLE color: 4249563.
HSL color Cylindrical-coordinate representation of color #DBD740: hue angle of 58.45º 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 #DBD740 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 64 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.14 |
| HSL | 58.45º | 0.68% | 0.55% | - |
| HSV(B) | 58.45º | 0.71% | 0.86% | - |
| XYZ | 54.44 | 64.03 | 14.34 | - |
| YUV | 198.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 64 | 0 | 0.02 | 0.71 | 0.14 | 58.45 | 0.68 | 0.55 |
| Hex | DB | D7 | 40 | 0 | 2 | 47 | E | 3A | 44 | 37 |
| Octal | 333 | 327 | 100 | 0 | 2 | 107 | 16 | 72 | 104 | 67 |
| Binary | 11011011 | 11010111 | 1000000 | 0 | 10 | 1000111 | 1110 | 111010 | 1000100 | 110111 |
Color Harmonies of #DBD740
Complementary color
Monochromatic Colors of #DBD740
Black with #DBD740
Text Example
Text Example
White with #DBD740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD740; }
p { color: rgb(219,215,64); }
H1.HeaderClassName
{
color: #DBD740;
}
.AnyTagClassName
{
color: #DBD740;
}
</style>
background-color css
<style>
a { background-color: #DBD740; }
a { background-color: rgb(219,215,64); }
div.DivClassName
{
background-color: #DBD740;
}
.BgClassName
{
background-color: #DBD740;
}
</style>
border-color css
<style>
span { border-color: #DBD740; }
span { border-color: rgb(219,215,64); }
td.TdClassName
{
border-color: #DBD740;
}
.TagClassName
{
border-color: #DBD740;
}
</style>