Shades of Goldenrod #D8D166
Tints of Goldenrod #D8D166
RGB
CMYK
RGB Variations
Color information
#D8D166 (or 0xD8D166) is known color: Goldenrod. HEX triplet: D8, D1 and 66. RGB value is (216,209,102). Sum of RGB (Red+Green+Blue) = 216+209+102=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D166 is #272E99. Grayscale: #C7C7C7. Windows color (decimal): -2567834 or 6738392. OLE color: 6738392.
HSL color Cylindrical-coordinate representation of color #D8D166: hue angle of 56.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D166 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 102 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.15 |
| HSL | 56.32º | 0.59% | 0.62% | - |
| HSV(B) | 56.32º | 0.53% | 0.85% | - |
| XYZ | 53.52 | 61.16 | 21.55 | - |
| YUV | 198.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 102 | 0 | 0.03 | 0.53 | 0.15 | 56.32 | 0.59 | 0.62 |
| Hex | D8 | D1 | 66 | 0 | 3 | 35 | F | 38 | 3B | 3E |
| Octal | 330 | 321 | 146 | 0 | 3 | 65 | 17 | 70 | 73 | 76 |
| Binary | 11011000 | 11010001 | 1100110 | 0 | 11 | 110101 | 1111 | 111000 | 111011 | 111110 |
Color Harmonies of #D8D166
Complementary color
Monochromatic Colors of #D8D166
Black with #D8D166
Text Example
Text Example
White with #D8D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D166; }
p { color: rgb(216,209,102); }
H1.HeaderClassName
{
color: #D8D166;
}
.AnyTagClassName
{
color: #D8D166;
}
</style>
background-color css
<style>
a { background-color: #D8D166; }
a { background-color: rgb(216,209,102); }
div.DivClassName
{
background-color: #D8D166;
}
.BgClassName
{
background-color: #D8D166;
}
</style>
border-color css
<style>
span { border-color: #D8D166; }
span { border-color: rgb(216,209,102); }
td.TdClassName
{
border-color: #D8D166;
}
.TagClassName
{
border-color: #D8D166;
}
</style>