Shades of Goldenrod #D0D76E
Tints of Goldenrod #D0D76E
RGB
CMYK
RGB Variations
Color information
#D0D76E (or 0xD0D76E) is known color: Goldenrod. HEX triplet: D0, D7 and 6E. RGB value is (208,215,110). Sum of RGB (Red+Green+Blue) = 208+215+110=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D76E is #2F2891. Grayscale: #C9C9C9. Windows color (decimal): -3090578 or 7264208. OLE color: 7264208.
HSL color Cylindrical-coordinate representation of color #D0D76E: hue angle of 64º 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 #D0D76E is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 110 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.16 |
| HSL | 64º | 0.57% | 0.64% | - |
| HSV(B) | 64º | 0.49% | 0.84% | - |
| XYZ | 53.13 | 63.14 | 24.14 | - |
| YUV | 200.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 110 | 0.03 | 0 | 0.49 | 0.16 | 64 | 0.57 | 0.64 |
| Hex | D0 | D7 | 6E | 3 | 0 | 31 | 10 | 40 | 39 | 40 |
| Octal | 320 | 327 | 156 | 3 | 0 | 61 | 20 | 100 | 71 | 100 |
| Binary | 11010000 | 11010111 | 1101110 | 11 | 0 | 110001 | 10000 | 1000000 | 111001 | 1000000 |
Color Harmonies of #D0D76E
Complementary color
Monochromatic Colors of #D0D76E
Black with #D0D76E
Text Example
Text Example
White with #D0D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D76E; }
p { color: rgb(208,215,110); }
H1.HeaderClassName
{
color: #D0D76E;
}
.AnyTagClassName
{
color: #D0D76E;
}
</style>
background-color css
<style>
a { background-color: #D0D76E; }
a { background-color: rgb(208,215,110); }
div.DivClassName
{
background-color: #D0D76E;
}
.BgClassName
{
background-color: #D0D76E;
}
</style>
border-color css
<style>
span { border-color: #D0D76E; }
span { border-color: rgb(208,215,110); }
td.TdClassName
{
border-color: #D0D76E;
}
.TagClassName
{
border-color: #D0D76E;
}
</style>