Shades of Goldenrod #D2D76B
Tints of Goldenrod #D2D76B
RGB
CMYK
RGB Variations
Color information
#D2D76B (or 0xD2D76B) is known color: Goldenrod. HEX triplet: D2, D7 and 6B. RGB value is (210,215,107). Sum of RGB (Red+Green+Blue) = 210+215+107=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D76B is #2D2894. Grayscale: #C9C9C9. Windows color (decimal): -2959509 or 7067602. OLE color: 7067602.
HSL color Cylindrical-coordinate representation of color #D2D76B: hue angle of 62.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2D76B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 107 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.16 |
| HSL | 62.78º | 0.57% | 0.63% | - |
| HSV(B) | 62.78º | 0.5% | 0.84% | - |
| XYZ | 53.53 | 63.36 | 23.32 | - |
| YUV | 201.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 107 | 0.02 | 0 | 0.50 | 0.16 | 62.78 | 0.57 | 0.63 |
| Hex | D2 | D7 | 6B | 2 | 0 | 32 | 10 | 3F | 39 | 3F |
| Octal | 322 | 327 | 153 | 2 | 0 | 62 | 20 | 77 | 71 | 77 |
| Binary | 11010010 | 11010111 | 1101011 | 10 | 0 | 110010 | 10000 | 111111 | 111001 | 111111 |
Color Harmonies of #D2D76B
Complementary color
Monochromatic Colors of #D2D76B
Black with #D2D76B
Text Example
Text Example
White with #D2D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D76B; }
p { color: rgb(210,215,107); }
H1.HeaderClassName
{
color: #D2D76B;
}
.AnyTagClassName
{
color: #D2D76B;
}
</style>
background-color css
<style>
a { background-color: #D2D76B; }
a { background-color: rgb(210,215,107); }
div.DivClassName
{
background-color: #D2D76B;
}
.BgClassName
{
background-color: #D2D76B;
}
</style>
border-color css
<style>
span { border-color: #D2D76B; }
span { border-color: rgb(210,215,107); }
td.TdClassName
{
border-color: #D2D76B;
}
.TagClassName
{
border-color: #D2D76B;
}
</style>