Shades of Goldenrod #D0D96B
Tints of Goldenrod #D0D96B
RGB
CMYK
RGB Variations
Color information
#D0D96B (or 0xD0D96B) is known color: Goldenrod. HEX triplet: D0, D9 and 6B. RGB value is (208,217,107). Sum of RGB (Red+Green+Blue) = 208+217+107=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D96B is #2F2694. Grayscale: #CACACA. Windows color (decimal): -3090069 or 7068112. OLE color: 7068112.
HSL color Cylindrical-coordinate representation of color #D0D96B: hue angle of 64.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0D96B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 107 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.15 |
| HSL | 64.91º | 0.59% | 0.64% | - |
| HSV(B) | 64.91º | 0.51% | 0.85% | - |
| XYZ | 53.48 | 64.1 | 23.46 | - |
| YUV | 201.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 107 | 0.04 | 0 | 0.51 | 0.15 | 64.91 | 0.59 | 0.64 |
| Hex | D0 | D9 | 6B | 4 | 0 | 33 | F | 41 | 3B | 40 |
| Octal | 320 | 331 | 153 | 4 | 0 | 63 | 17 | 101 | 73 | 100 |
| Binary | 11010000 | 11011001 | 1101011 | 100 | 0 | 110011 | 1111 | 1000001 | 111011 | 1000000 |
Color Harmonies of #D0D96B
Complementary color
Monochromatic Colors of #D0D96B
Black with #D0D96B
Text Example
Text Example
White with #D0D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D96B; }
p { color: rgb(208,217,107); }
H1.HeaderClassName
{
color: #D0D96B;
}
.AnyTagClassName
{
color: #D0D96B;
}
</style>
background-color css
<style>
a { background-color: #D0D96B; }
a { background-color: rgb(208,217,107); }
div.DivClassName
{
background-color: #D0D96B;
}
.BgClassName
{
background-color: #D0D96B;
}
</style>
border-color css
<style>
span { border-color: #D0D96B; }
span { border-color: rgb(208,217,107); }
td.TdClassName
{
border-color: #D0D96B;
}
.TagClassName
{
border-color: #D0D96B;
}
</style>