Shades of Goldenrod #D0D76D
Tints of Goldenrod #D0D76D
RGB
CMYK
RGB Variations
Color information
#D0D76D (or 0xD0D76D) is known color: Goldenrod. HEX triplet: D0, D7 and 6D. RGB value is (208,215,109). Sum of RGB (Red+Green+Blue) = 208+215+109=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D76D is #2F2892. Grayscale: #C9C9C9. Windows color (decimal): -3090579 or 7198672. OLE color: 7198672.
HSL color Cylindrical-coordinate representation of color #D0D76D: hue angle of 63.96º 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 #D0D76D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 109 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.16 |
| HSL | 63.96º | 0.57% | 0.64% | - |
| HSV(B) | 63.96º | 0.49% | 0.84% | - |
| XYZ | 53.07 | 63.11 | 23.85 | - |
| YUV | 200.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 109 | 0.03 | 0 | 0.49 | 0.16 | 63.96 | 0.57 | 0.64 |
| Hex | D0 | D7 | 6D | 3 | 0 | 31 | 10 | 40 | 39 | 40 |
| Octal | 320 | 327 | 155 | 3 | 0 | 61 | 20 | 100 | 71 | 100 |
| Binary | 11010000 | 11010111 | 1101101 | 11 | 0 | 110001 | 10000 | 1000000 | 111001 | 1000000 |
Color Harmonies of #D0D76D
Complementary color
Monochromatic Colors of #D0D76D
Black with #D0D76D
Text Example
Text Example
White with #D0D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D76D; }
p { color: rgb(208,215,109); }
H1.HeaderClassName
{
color: #D0D76D;
}
.AnyTagClassName
{
color: #D0D76D;
}
</style>
background-color css
<style>
a { background-color: #D0D76D; }
a { background-color: rgb(208,215,109); }
div.DivClassName
{
background-color: #D0D76D;
}
.BgClassName
{
background-color: #D0D76D;
}
</style>
border-color css
<style>
span { border-color: #D0D76D; }
span { border-color: rgb(208,215,109); }
td.TdClassName
{
border-color: #D0D76D;
}
.TagClassName
{
border-color: #D0D76D;
}
</style>