Shades of Goldenrod #D7D57A
Tints of Goldenrod #D7D57A
RGB
CMYK
RGB Variations
Color information
#D7D57A (or 0xD7D57A) is known color: Goldenrod. HEX triplet: D7, D5 and 7A. RGB value is (215,213,122). Sum of RGB (Red+Green+Blue) = 215+213+122=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D57A is #282A85. Grayscale: #CBCBCB. Windows color (decimal): -2632326 or 8050135. OLE color: 8050135.
HSL color Cylindrical-coordinate representation of color #D7D57A: hue angle of 58.71º degrees, saturation: 0.54, 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 #D7D57A is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 122 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.16 |
| HSL | 58.71º | 0.54% | 0.66% | - |
| HSV(B) | 58.71º | 0.43% | 0.84% | - |
| XYZ | 55.33 | 63.44 | 27.74 | - |
| YUV | 203.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 122 | 0 | 0.01 | 0.43 | 0.16 | 58.71 | 0.54 | 0.66 |
| Hex | D7 | D5 | 7A | 0 | 1 | 2B | 10 | 3B | 36 | 42 |
| Octal | 327 | 325 | 172 | 0 | 1 | 53 | 20 | 73 | 66 | 102 |
| Binary | 11010111 | 11010101 | 1111010 | 0 | 1 | 101011 | 10000 | 111011 | 110110 | 1000010 |
Color Harmonies of #D7D57A
Complementary color
Monochromatic Colors of #D7D57A
Black with #D7D57A
Text Example
Text Example
White with #D7D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D57A; }
p { color: rgb(215,213,122); }
H1.HeaderClassName
{
color: #D7D57A;
}
.AnyTagClassName
{
color: #D7D57A;
}
</style>
background-color css
<style>
a { background-color: #D7D57A; }
a { background-color: rgb(215,213,122); }
div.DivClassName
{
background-color: #D7D57A;
}
.BgClassName
{
background-color: #D7D57A;
}
</style>
border-color css
<style>
span { border-color: #D7D57A; }
span { border-color: rgb(215,213,122); }
td.TdClassName
{
border-color: #D7D57A;
}
.TagClassName
{
border-color: #D7D57A;
}
</style>