Shades of Goldenrod #D2D76F
Tints of Goldenrod #D2D76F
RGB
CMYK
RGB Variations
Color information
#D2D76F (or 0xD2D76F) is known color: Goldenrod. HEX triplet: D2, D7 and 6F. RGB value is (210,215,111). Sum of RGB (Red+Green+Blue) = 210+215+111=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D76F is #2D2890. Grayscale: #CACACA. Windows color (decimal): -2959505 or 7329746. OLE color: 7329746.
HSL color Cylindrical-coordinate representation of color #D2D76F: hue angle of 62.88º 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 #D2D76F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 111 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.16 |
| HSL | 62.88º | 0.57% | 0.64% | - |
| HSV(B) | 62.88º | 0.48% | 0.84% | - |
| XYZ | 53.75 | 63.45 | 24.45 | - |
| YUV | 201.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 111 | 0.02 | 0 | 0.48 | 0.16 | 62.88 | 0.57 | 0.64 |
| Hex | D2 | D7 | 6F | 2 | 0 | 30 | 10 | 3F | 39 | 40 |
| Octal | 322 | 327 | 157 | 2 | 0 | 60 | 20 | 77 | 71 | 100 |
| Binary | 11010010 | 11010111 | 1101111 | 10 | 0 | 110000 | 10000 | 111111 | 111001 | 1000000 |
Color Harmonies of #D2D76F
Complementary color
Monochromatic Colors of #D2D76F
Black with #D2D76F
Text Example
Text Example
White with #D2D76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D76F; }
p { color: rgb(210,215,111); }
H1.HeaderClassName
{
color: #D2D76F;
}
.AnyTagClassName
{
color: #D2D76F;
}
</style>
background-color css
<style>
a { background-color: #D2D76F; }
a { background-color: rgb(210,215,111); }
div.DivClassName
{
background-color: #D2D76F;
}
.BgClassName
{
background-color: #D2D76F;
}
</style>
border-color css
<style>
span { border-color: #D2D76F; }
span { border-color: rgb(210,215,111); }
td.TdClassName
{
border-color: #D2D76F;
}
.TagClassName
{
border-color: #D2D76F;
}
</style>