Shades of Goldenrod #D7D266
Tints of Goldenrod #D7D266
RGB
CMYK
RGB Variations
Color information
#D7D266 (or 0xD7D266) is known color: Goldenrod. HEX triplet: D7, D2 and 66. RGB value is (215,210,102). Sum of RGB (Red+Green+Blue) = 215+210+102=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D266 is #282D99. Grayscale: #C7C7C7. Windows color (decimal): -2633114 or 6738647. OLE color: 6738647.
HSL color Cylindrical-coordinate representation of color #D7D266: hue angle of 57.35º 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 #D7D266 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 102 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.16 |
| HSL | 57.35º | 0.59% | 0.62% | - |
| HSV(B) | 57.35º | 0.53% | 0.84% | - |
| XYZ | 53.47 | 61.5 | 21.62 | - |
| YUV | 199.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 102 | 0 | 0.02 | 0.53 | 0.16 | 57.35 | 0.59 | 0.62 |
| Hex | D7 | D2 | 66 | 0 | 2 | 35 | 10 | 39 | 3B | 3E |
| Octal | 327 | 322 | 146 | 0 | 2 | 65 | 20 | 71 | 73 | 76 |
| Binary | 11010111 | 11010010 | 1100110 | 0 | 10 | 110101 | 10000 | 111001 | 111011 | 111110 |
Color Harmonies of #D7D266
Complementary color
Monochromatic Colors of #D7D266
Black with #D7D266
Text Example
Text Example
White with #D7D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D266; }
p { color: rgb(215,210,102); }
H1.HeaderClassName
{
color: #D7D266;
}
.AnyTagClassName
{
color: #D7D266;
}
</style>
background-color css
<style>
a { background-color: #D7D266; }
a { background-color: rgb(215,210,102); }
div.DivClassName
{
background-color: #D7D266;
}
.BgClassName
{
background-color: #D7D266;
}
</style>
border-color css
<style>
span { border-color: #D7D266; }
span { border-color: rgb(215,210,102); }
td.TdClassName
{
border-color: #D7D266;
}
.TagClassName
{
border-color: #D7D266;
}
</style>