Shades of Goldenrod #D7D47B
Tints of Goldenrod #D7D47B
RGB
CMYK
RGB Variations
Color information
#D7D47B (or 0xD7D47B) is known color: Goldenrod. HEX triplet: D7, D4 and 7B. RGB value is (215,212,123). Sum of RGB (Red+Green+Blue) = 215+212+123=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D47B is #282B84. Grayscale: #CBCBCB. Windows color (decimal): -2632581 or 8115415. OLE color: 8115415.
HSL color Cylindrical-coordinate representation of color #D7D47B: hue angle of 58.04º 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 #D7D47B is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 123 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.16 |
| HSL | 58.04º | 0.53% | 0.66% | - |
| HSV(B) | 58.04º | 0.43% | 0.84% | - |
| XYZ | 55.14 | 62.96 | 27.99 | - |
| YUV | 202.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 123 | 0 | 0.01 | 0.43 | 0.16 | 58.04 | 0.53 | 0.66 |
| Hex | D7 | D4 | 7B | 0 | 1 | 2B | 10 | 3A | 35 | 42 |
| Octal | 327 | 324 | 173 | 0 | 1 | 53 | 20 | 72 | 65 | 102 |
| Binary | 11010111 | 11010100 | 1111011 | 0 | 1 | 101011 | 10000 | 111010 | 110101 | 1000010 |
Color Harmonies of #D7D47B
Complementary color
Monochromatic Colors of #D7D47B
Black with #D7D47B
Text Example
Text Example
White with #D7D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D47B; }
p { color: rgb(215,212,123); }
H1.HeaderClassName
{
color: #D7D47B;
}
.AnyTagClassName
{
color: #D7D47B;
}
</style>
background-color css
<style>
a { background-color: #D7D47B; }
a { background-color: rgb(215,212,123); }
div.DivClassName
{
background-color: #D7D47B;
}
.BgClassName
{
background-color: #D7D47B;
}
</style>
border-color css
<style>
span { border-color: #D7D47B; }
span { border-color: rgb(215,212,123); }
td.TdClassName
{
border-color: #D7D47B;
}
.TagClassName
{
border-color: #D7D47B;
}
</style>