Shades of Goldenrod #D7D166
Tints of Goldenrod #D7D166
RGB
CMYK
RGB Variations
Color information
#D7D166 (or 0xD7D166) is known color: Goldenrod. HEX triplet: D7, D1 and 66. RGB value is (215,209,102). Sum of RGB (Red+Green+Blue) = 215+209+102=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D166 is #282E99. Grayscale: #C7C7C7. Windows color (decimal): -2633370 or 6738391. OLE color: 6738391.
HSL color Cylindrical-coordinate representation of color #D7D166: hue angle of 56.81º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7D166 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 102 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.16 |
| HSL | 56.81º | 0.59% | 0.62% | - |
| HSV(B) | 56.81º | 0.53% | 0.84% | - |
| XYZ | 53.22 | 61.01 | 21.54 | - |
| YUV | 198.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 102 | 0 | 0.03 | 0.53 | 0.16 | 56.81 | 0.59 | 0.62 |
| Hex | D7 | D1 | 66 | 0 | 3 | 35 | 10 | 39 | 3B | 3E |
| Octal | 327 | 321 | 146 | 0 | 3 | 65 | 20 | 71 | 73 | 76 |
| Binary | 11010111 | 11010001 | 1100110 | 0 | 11 | 110101 | 10000 | 111001 | 111011 | 111110 |
Color Harmonies of #D7D166
Complementary color
Monochromatic Colors of #D7D166
Black with #D7D166
Text Example
Text Example
White with #D7D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D166; }
p { color: rgb(215,209,102); }
H1.HeaderClassName
{
color: #D7D166;
}
.AnyTagClassName
{
color: #D7D166;
}
</style>
background-color css
<style>
a { background-color: #D7D166; }
a { background-color: rgb(215,209,102); }
div.DivClassName
{
background-color: #D7D166;
}
.BgClassName
{
background-color: #D7D166;
}
</style>
border-color css
<style>
span { border-color: #D7D166; }
span { border-color: rgb(215,209,102); }
td.TdClassName
{
border-color: #D7D166;
}
.TagClassName
{
border-color: #D7D166;
}
</style>