Shades of Goldenrod #D2D76A
Tints of Goldenrod #D2D76A
RGB
CMYK
RGB Variations
Color information
#D2D76A (or 0xD2D76A) is known color: Goldenrod. HEX triplet: D2, D7 and 6A. RGB value is (210,215,106). Sum of RGB (Red+Green+Blue) = 210+215+106=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D76A is #2D2895. Grayscale: #C9C9C9. Windows color (decimal): -2959510 or 7002066. OLE color: 7002066.
HSL color Cylindrical-coordinate representation of color #D2D76A: hue angle of 62.75º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2D76A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 106 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.16 |
| HSL | 62.75º | 0.58% | 0.63% | - |
| HSV(B) | 62.75º | 0.51% | 0.84% | - |
| XYZ | 53.48 | 63.34 | 23.04 | - |
| YUV | 201.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 106 | 0.02 | 0 | 0.51 | 0.16 | 62.75 | 0.58 | 0.63 |
| Hex | D2 | D7 | 6A | 2 | 0 | 33 | 10 | 3F | 3A | 3F |
| Octal | 322 | 327 | 152 | 2 | 0 | 63 | 20 | 77 | 72 | 77 |
| Binary | 11010010 | 11010111 | 1101010 | 10 | 0 | 110011 | 10000 | 111111 | 111010 | 111111 |
Color Harmonies of #D2D76A
Complementary color
Monochromatic Colors of #D2D76A
Black with #D2D76A
Text Example
Text Example
White with #D2D76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D76A; }
p { color: rgb(210,215,106); }
H1.HeaderClassName
{
color: #D2D76A;
}
.AnyTagClassName
{
color: #D2D76A;
}
</style>
background-color css
<style>
a { background-color: #D2D76A; }
a { background-color: rgb(210,215,106); }
div.DivClassName
{
background-color: #D2D76A;
}
.BgClassName
{
background-color: #D2D76A;
}
</style>
border-color css
<style>
span { border-color: #D2D76A; }
span { border-color: rgb(210,215,106); }
td.TdClassName
{
border-color: #D2D76A;
}
.TagClassName
{
border-color: #D2D76A;
}
</style>