Shades of Goldenrod #D7D36F
Tints of Goldenrod #D7D36F
RGB
CMYK
RGB Variations
Color information
#D7D36F (or 0xD7D36F) is known color: Goldenrod. HEX triplet: D7, D3 and 6F. RGB value is (215,211,111). Sum of RGB (Red+Green+Blue) = 215+211+111=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D36F is #282C90. Grayscale: #C9C9C9. Windows color (decimal): -2632849 or 7328727. OLE color: 7328727.
HSL color Cylindrical-coordinate representation of color #D7D36F: hue angle of 57.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7D36F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 111 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.16 |
| HSL | 57.69º | 0.57% | 0.64% | - |
| HSV(B) | 57.69º | 0.48% | 0.84% | - |
| XYZ | 54.19 | 62.18 | 24.19 | - |
| YUV | 200.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 111 | 0 | 0.02 | 0.48 | 0.16 | 57.69 | 0.57 | 0.64 |
| Hex | D7 | D3 | 6F | 0 | 2 | 30 | 10 | 3A | 39 | 40 |
| Octal | 327 | 323 | 157 | 0 | 2 | 60 | 20 | 72 | 71 | 100 |
| Binary | 11010111 | 11010011 | 1101111 | 0 | 10 | 110000 | 10000 | 111010 | 111001 | 1000000 |
Color Harmonies of #D7D36F
Complementary color
Monochromatic Colors of #D7D36F
Black with #D7D36F
Text Example
Text Example
White with #D7D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D36F; }
p { color: rgb(215,211,111); }
H1.HeaderClassName
{
color: #D7D36F;
}
.AnyTagClassName
{
color: #D7D36F;
}
</style>
background-color css
<style>
a { background-color: #D7D36F; }
a { background-color: rgb(215,211,111); }
div.DivClassName
{
background-color: #D7D36F;
}
.BgClassName
{
background-color: #D7D36F;
}
</style>
border-color css
<style>
span { border-color: #D7D36F; }
span { border-color: rgb(215,211,111); }
td.TdClassName
{
border-color: #D7D36F;
}
.TagClassName
{
border-color: #D7D36F;
}
</style>