Shades of Goldenrod #D0DA76
Tints of Goldenrod #D0DA76
RGB
CMYK
RGB Variations
Color information
#D0DA76 (or 0xD0DA76) is known color: Goldenrod. HEX triplet: D0, DA and 76. RGB value is (208,218,118). Sum of RGB (Red+Green+Blue) = 208+218+118=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA76 is #2F2589. Grayscale: #CCCCCC. Windows color (decimal): -3089802 or 7789264. OLE color: 7789264.
HSL color Cylindrical-coordinate representation of color #D0DA76: hue angle of 66º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0DA76 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 118 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.15 |
| HSL | 66º | 0.57% | 0.66% | - |
| HSV(B) | 66º | 0.46% | 0.85% | - |
| XYZ | 54.35 | 64.86 | 26.79 | - |
| YUV | 203.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 118 | 0.05 | 0 | 0.46 | 0.15 | 66 | 0.57 | 0.66 |
| Hex | D0 | DA | 76 | 5 | 0 | 2E | F | 42 | 39 | 42 |
| Octal | 320 | 332 | 166 | 5 | 0 | 56 | 17 | 102 | 71 | 102 |
| Binary | 11010000 | 11011010 | 1110110 | 101 | 0 | 101110 | 1111 | 1000010 | 111001 | 1000010 |
Color Harmonies of #D0DA76
Complementary color
Monochromatic Colors of #D0DA76
Black with #D0DA76
Text Example
Text Example
White with #D0DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA76; }
p { color: rgb(208,218,118); }
H1.HeaderClassName
{
color: #D0DA76;
}
.AnyTagClassName
{
color: #D0DA76;
}
</style>
background-color css
<style>
a { background-color: #D0DA76; }
a { background-color: rgb(208,218,118); }
div.DivClassName
{
background-color: #D0DA76;
}
.BgClassName
{
background-color: #D0DA76;
}
</style>
border-color css
<style>
span { border-color: #D0DA76; }
span { border-color: rgb(208,218,118); }
td.TdClassName
{
border-color: #D0DA76;
}
.TagClassName
{
border-color: #D0DA76;
}
</style>