Shades of Goldenrod #D7D37B
Tints of Goldenrod #D7D37B
RGB
CMYK
RGB Variations
Color information
#D7D37B (or 0xD7D37B) is known color: Goldenrod. HEX triplet: D7, D3 and 7B. RGB value is (215,211,123). Sum of RGB (Red+Green+Blue) = 215+211+123=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D37B is #282C84. Grayscale: #CACACA. Windows color (decimal): -2632837 or 8115159. OLE color: 8115159.
HSL color Cylindrical-coordinate representation of color #D7D37B: hue angle of 57.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7D37B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 123 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.16 |
| HSL | 57.39º | 0.53% | 0.66% | - |
| HSV(B) | 57.39º | 0.43% | 0.84% | - |
| XYZ | 54.89 | 62.47 | 27.9 | - |
| YUV | 202.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 123 | 0 | 0.02 | 0.43 | 0.16 | 57.39 | 0.53 | 0.66 |
| Hex | D7 | D3 | 7B | 0 | 2 | 2B | 10 | 39 | 35 | 42 |
| Octal | 327 | 323 | 173 | 0 | 2 | 53 | 20 | 71 | 65 | 102 |
| Binary | 11010111 | 11010011 | 1111011 | 0 | 10 | 101011 | 10000 | 111001 | 110101 | 1000010 |
Color Harmonies of #D7D37B
Complementary color
Monochromatic Colors of #D7D37B
Black with #D7D37B
Text Example
Text Example
White with #D7D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D37B; }
p { color: rgb(215,211,123); }
H1.HeaderClassName
{
color: #D7D37B;
}
.AnyTagClassName
{
color: #D7D37B;
}
</style>
background-color css
<style>
a { background-color: #D7D37B; }
a { background-color: rgb(215,211,123); }
div.DivClassName
{
background-color: #D7D37B;
}
.BgClassName
{
background-color: #D7D37B;
}
</style>
border-color css
<style>
span { border-color: #D7D37B; }
span { border-color: rgb(215,211,123); }
td.TdClassName
{
border-color: #D7D37B;
}
.TagClassName
{
border-color: #D7D37B;
}
</style>