Shades of Goldenrod #D0D96E
Tints of Goldenrod #D0D96E
RGB
CMYK
RGB Variations
Color information
#D0D96E (or 0xD0D96E) is known color: Goldenrod. HEX triplet: D0, D9 and 6E. RGB value is (208,217,110). Sum of RGB (Red+Green+Blue) = 208+217+110=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96E is #2F2691. Grayscale: #CACACA. Windows color (decimal): -3090066 or 7264720. OLE color: 7264720.
HSL color Cylindrical-coordinate representation of color #D0D96E: hue angle of 65.05º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0D96E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 110 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.15 |
| HSL | 65.05º | 0.58% | 0.64% | - |
| HSV(B) | 65.05º | 0.49% | 0.85% | - |
| XYZ | 53.64 | 64.16 | 24.31 | - |
| YUV | 202.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 110 | 0.04 | 0 | 0.49 | 0.15 | 65.05 | 0.58 | 0.64 |
| Hex | D0 | D9 | 6E | 4 | 0 | 31 | F | 41 | 3A | 40 |
| Octal | 320 | 331 | 156 | 4 | 0 | 61 | 17 | 101 | 72 | 100 |
| Binary | 11010000 | 11011001 | 1101110 | 100 | 0 | 110001 | 1111 | 1000001 | 111010 | 1000000 |
Color Harmonies of #D0D96E
Complementary color
Monochromatic Colors of #D0D96E
Black with #D0D96E
Text Example
Text Example
White with #D0D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D96E; }
p { color: rgb(208,217,110); }
H1.HeaderClassName
{
color: #D0D96E;
}
.AnyTagClassName
{
color: #D0D96E;
}
</style>
background-color css
<style>
a { background-color: #D0D96E; }
a { background-color: rgb(208,217,110); }
div.DivClassName
{
background-color: #D0D96E;
}
.BgClassName
{
background-color: #D0D96E;
}
</style>
border-color css
<style>
span { border-color: #D0D96E; }
span { border-color: rgb(208,217,110); }
td.TdClassName
{
border-color: #D0D96E;
}
.TagClassName
{
border-color: #D0D96E;
}
</style>