Shades of Goldenrod #D2D76D
Tints of Goldenrod #D2D76D
RGB
CMYK
RGB Variations
Color information
#D2D76D (or 0xD2D76D) is known color: Goldenrod. HEX triplet: D2, D7 and 6D. RGB value is (210,215,109). Sum of RGB (Red+Green+Blue) = 210+215+109=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D76D is #2D2892. Grayscale: #C9C9C9. Windows color (decimal): -2959507 or 7198674. OLE color: 7198674.
HSL color Cylindrical-coordinate representation of color #D2D76D: hue angle of 62.83º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2D76D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 109 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.16 |
| HSL | 62.83º | 0.57% | 0.64% | - |
| HSV(B) | 62.83º | 0.49% | 0.84% | - |
| XYZ | 53.64 | 63.41 | 23.88 | - |
| YUV | 201.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 109 | 0.02 | 0 | 0.49 | 0.16 | 62.83 | 0.57 | 0.64 |
| Hex | D2 | D7 | 6D | 2 | 0 | 31 | 10 | 3F | 39 | 40 |
| Octal | 322 | 327 | 155 | 2 | 0 | 61 | 20 | 77 | 71 | 100 |
| Binary | 11010010 | 11010111 | 1101101 | 10 | 0 | 110001 | 10000 | 111111 | 111001 | 1000000 |
Color Harmonies of #D2D76D
Complementary color
Monochromatic Colors of #D2D76D
Black with #D2D76D
Text Example
Text Example
White with #D2D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D76D; }
p { color: rgb(210,215,109); }
H1.HeaderClassName
{
color: #D2D76D;
}
.AnyTagClassName
{
color: #D2D76D;
}
</style>
background-color css
<style>
a { background-color: #D2D76D; }
a { background-color: rgb(210,215,109); }
div.DivClassName
{
background-color: #D2D76D;
}
.BgClassName
{
background-color: #D2D76D;
}
</style>
border-color css
<style>
span { border-color: #D2D76D; }
span { border-color: rgb(210,215,109); }
td.TdClassName
{
border-color: #D2D76D;
}
.TagClassName
{
border-color: #D2D76D;
}
</style>