Shades of Goldenrod #DBD666
Tints of Goldenrod #DBD666
RGB
CMYK
RGB Variations
Color information
#DBD666 (or 0xDBD666) is known color: Goldenrod. HEX triplet: DB, D6 and 66. RGB value is (219,214,102). Sum of RGB (Red+Green+Blue) = 219+214+102=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD666 is #242999. Grayscale: #CBCBCB. Windows color (decimal): -2369946 or 6739675. OLE color: 6739675.
HSL color Cylindrical-coordinate representation of color #DBD666: hue angle of 57.44º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBD666 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 102 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.14 |
| HSL | 57.44º | 0.62% | 0.63% | - |
| HSV(B) | 57.44º | 0.53% | 0.86% | - |
| XYZ | 55.66 | 64.11 | 22.01 | - |
| YUV | 202.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 102 | 0 | 0.02 | 0.53 | 0.14 | 57.44 | 0.62 | 0.63 |
| Hex | DB | D6 | 66 | 0 | 2 | 35 | E | 39 | 3E | 3F |
| Octal | 333 | 326 | 146 | 0 | 2 | 65 | 16 | 71 | 76 | 77 |
| Binary | 11011011 | 11010110 | 1100110 | 0 | 10 | 110101 | 1110 | 111001 | 111110 | 111111 |
Color Harmonies of #DBD666
Complementary color
Monochromatic Colors of #DBD666
Black with #DBD666
Text Example
Text Example
White with #DBD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD666; }
p { color: rgb(219,214,102); }
H1.HeaderClassName
{
color: #DBD666;
}
.AnyTagClassName
{
color: #DBD666;
}
</style>
background-color css
<style>
a { background-color: #DBD666; }
a { background-color: rgb(219,214,102); }
div.DivClassName
{
background-color: #DBD666;
}
.BgClassName
{
background-color: #DBD666;
}
</style>
border-color css
<style>
span { border-color: #DBD666; }
span { border-color: rgb(219,214,102); }
td.TdClassName
{
border-color: #DBD666;
}
.TagClassName
{
border-color: #DBD666;
}
</style>