Shades of Goldenrod #D7D67C
Tints of Goldenrod #D7D67C
RGB
CMYK
RGB Variations
Color information
#D7D67C (or 0xD7D67C) is known color: Goldenrod. HEX triplet: D7, D6 and 7C. RGB value is (215,214,124). Sum of RGB (Red+Green+Blue) = 215+214+124=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D67C is #282983. Grayscale: #CCCCCC. Windows color (decimal): -2632068 or 8181463. OLE color: 8181463.
HSL color Cylindrical-coordinate representation of color #D7D67C: hue angle of 59.34º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D67C is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 124 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.16 |
| HSL | 59.34º | 0.53% | 0.66% | - |
| HSV(B) | 59.34º | 0.42% | 0.84% | - |
| XYZ | 55.71 | 64 | 28.48 | - |
| YUV | 204.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 124 | 0 | 0.00 | 0.42 | 0.16 | 59.34 | 0.53 | 0.66 |
| Hex | D7 | D6 | 7C | 0 | 0 | 2A | 10 | 3B | 35 | 42 |
| Octal | 327 | 326 | 174 | 0 | 0 | 52 | 20 | 73 | 65 | 102 |
| Binary | 11010111 | 11010110 | 1111100 | 0 | 0 | 101010 | 10000 | 111011 | 110101 | 1000010 |
Color Harmonies of #D7D67C
Complementary color
Monochromatic Colors of #D7D67C
Black with #D7D67C
Text Example
Text Example
White with #D7D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D67C; }
p { color: rgb(215,214,124); }
H1.HeaderClassName
{
color: #D7D67C;
}
.AnyTagClassName
{
color: #D7D67C;
}
</style>
background-color css
<style>
a { background-color: #D7D67C; }
a { background-color: rgb(215,214,124); }
div.DivClassName
{
background-color: #D7D67C;
}
.BgClassName
{
background-color: #D7D67C;
}
</style>
border-color css
<style>
span { border-color: #D7D67C; }
span { border-color: rgb(215,214,124); }
td.TdClassName
{
border-color: #D7D67C;
}
.TagClassName
{
border-color: #D7D67C;
}
</style>