Shades of Starship #DBD742
Tints of Starship #DBD742
RGB
CMYK
RGB Variations
Color information
#DBD742 (or 0xDBD742) is known color: Starship. HEX triplet: DB, D7 and 42. RGB value is (219,215,66). Sum of RGB (Red+Green+Blue) = 219+215+66=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD742 is #2428BD. Grayscale: #C7C7C7. Windows color (decimal): -2369726 or 4380635. OLE color: 4380635.
HSL color Cylindrical-coordinate representation of color #DBD742: hue angle of 58.43º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD742 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 66 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.14 |
| HSL | 58.43º | 0.68% | 0.56% | - |
| HSV(B) | 58.43º | 0.7% | 0.86% | - |
| XYZ | 54.5 | 64.05 | 14.65 | - |
| YUV | 199.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 66 | 0 | 0.02 | 0.70 | 0.14 | 58.43 | 0.68 | 0.56 |
| Hex | DB | D7 | 42 | 0 | 2 | 46 | E | 3A | 44 | 38 |
| Octal | 333 | 327 | 102 | 0 | 2 | 106 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010111 | 1000010 | 0 | 10 | 1000110 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD742
Complementary color
Monochromatic Colors of #DBD742
Black with #DBD742
Text Example
Text Example
White with #DBD742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD742; }
p { color: rgb(219,215,66); }
H1.HeaderClassName
{
color: #DBD742;
}
.AnyTagClassName
{
color: #DBD742;
}
</style>
background-color css
<style>
a { background-color: #DBD742; }
a { background-color: rgb(219,215,66); }
div.DivClassName
{
background-color: #DBD742;
}
.BgClassName
{
background-color: #DBD742;
}
</style>
border-color css
<style>
span { border-color: #DBD742; }
span { border-color: rgb(219,215,66); }
td.TdClassName
{
border-color: #DBD742;
}
.TagClassName
{
border-color: #DBD742;
}
</style>