Shades of Goldenrod #DBD166
Tints of Goldenrod #DBD166
RGB
CMYK
RGB Variations
Color information
#DBD166 (or 0xDBD166) is known color: Goldenrod. HEX triplet: DB, D1 and 66. RGB value is (219,209,102). Sum of RGB (Red+Green+Blue) = 219+209+102=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD166 is #242E99. Grayscale: #C8C8C8. Windows color (decimal): -2371226 or 6738395. OLE color: 6738395.
HSL color Cylindrical-coordinate representation of color #DBD166: hue angle of 54.87º 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 #DBD166 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 102 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 54.87º | 0.62% | 0.63% | - |
| HSV(B) | 54.87º | 0.53% | 0.86% | - |
| XYZ | 54.41 | 61.62 | 21.6 | - |
| YUV | 199.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 102 | 0 | 0.05 | 0.53 | 0.14 | 54.87 | 0.62 | 0.63 |
| Hex | DB | D1 | 66 | 0 | 5 | 35 | E | 37 | 3E | 3F |
| Octal | 333 | 321 | 146 | 0 | 5 | 65 | 16 | 67 | 76 | 77 |
| Binary | 11011011 | 11010001 | 1100110 | 0 | 101 | 110101 | 1110 | 110111 | 111110 | 111111 |
Color Harmonies of #DBD166
Complementary color
Monochromatic Colors of #DBD166
Black with #DBD166
Text Example
Text Example
White with #DBD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD166; }
p { color: rgb(219,209,102); }
H1.HeaderClassName
{
color: #DBD166;
}
.AnyTagClassName
{
color: #DBD166;
}
</style>
background-color css
<style>
a { background-color: #DBD166; }
a { background-color: rgb(219,209,102); }
div.DivClassName
{
background-color: #DBD166;
}
.BgClassName
{
background-color: #DBD166;
}
</style>
border-color css
<style>
span { border-color: #DBD166; }
span { border-color: rgb(219,209,102); }
td.TdClassName
{
border-color: #DBD166;
}
.TagClassName
{
border-color: #DBD166;
}
</style>