Shades of Goldenrod #D2D772
Tints of Goldenrod #D2D772
RGB
CMYK
RGB Variations
Color information
#D2D772 (or 0xD2D772) is known color: Goldenrod. HEX triplet: D2, D7 and 72. RGB value is (210,215,114). Sum of RGB (Red+Green+Blue) = 210+215+114=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D772 is #2D288D. Grayscale: #CACACA. Windows color (decimal): -2959502 or 7526354. OLE color: 7526354.
HSL color Cylindrical-coordinate representation of color #D2D772: hue angle of 62.97º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2D772 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 114 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.16 |
| HSL | 62.97º | 0.56% | 0.65% | - |
| HSV(B) | 62.97º | 0.47% | 0.84% | - |
| XYZ | 53.92 | 63.52 | 25.34 | - |
| YUV | 201.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 114 | 0.02 | 0 | 0.47 | 0.16 | 62.97 | 0.56 | 0.65 |
| Hex | D2 | D7 | 72 | 2 | 0 | 2F | 10 | 3F | 38 | 41 |
| Octal | 322 | 327 | 162 | 2 | 0 | 57 | 20 | 77 | 70 | 101 |
| Binary | 11010010 | 11010111 | 1110010 | 10 | 0 | 101111 | 10000 | 111111 | 111000 | 1000001 |
Color Harmonies of #D2D772
Complementary color
Monochromatic Colors of #D2D772
Black with #D2D772
Text Example
Text Example
White with #D2D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D772; }
p { color: rgb(210,215,114); }
H1.HeaderClassName
{
color: #D2D772;
}
.AnyTagClassName
{
color: #D2D772;
}
</style>
background-color css
<style>
a { background-color: #D2D772; }
a { background-color: rgb(210,215,114); }
div.DivClassName
{
background-color: #D2D772;
}
.BgClassName
{
background-color: #D2D772;
}
</style>
border-color css
<style>
span { border-color: #D2D772; }
span { border-color: rgb(210,215,114); }
td.TdClassName
{
border-color: #D2D772;
}
.TagClassName
{
border-color: #D2D772;
}
</style>