Shades of Goldenrod #D0DA77
Tints of Goldenrod #D0DA77
RGB
CMYK
RGB Variations
Color information
#D0DA77 (or 0xD0DA77) is known color: Goldenrod. HEX triplet: D0, DA and 77. RGB value is (208,218,119). Sum of RGB (Red+Green+Blue) = 208+218+119=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA77 is #2F2588. Grayscale: #CCCCCC. Windows color (decimal): -3089801 or 7854800. OLE color: 7854800.
HSL color Cylindrical-coordinate representation of color #D0DA77: hue angle of 66.06º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0DA77 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 119 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.15 |
| HSL | 66.06º | 0.57% | 0.66% | - |
| HSV(B) | 66.06º | 0.45% | 0.85% | - |
| XYZ | 54.41 | 64.88 | 27.11 | - |
| YUV | 203.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 119 | 0.05 | 0 | 0.45 | 0.15 | 66.06 | 0.57 | 0.66 |
| Hex | D0 | DA | 77 | 5 | 0 | 2D | F | 42 | 39 | 42 |
| Octal | 320 | 332 | 167 | 5 | 0 | 55 | 17 | 102 | 71 | 102 |
| Binary | 11010000 | 11011010 | 1110111 | 101 | 0 | 101101 | 1111 | 1000010 | 111001 | 1000010 |
Color Harmonies of #D0DA77
Complementary color
Monochromatic Colors of #D0DA77
Black with #D0DA77
Text Example
Text Example
White with #D0DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA77; }
p { color: rgb(208,218,119); }
H1.HeaderClassName
{
color: #D0DA77;
}
.AnyTagClassName
{
color: #D0DA77;
}
</style>
background-color css
<style>
a { background-color: #D0DA77; }
a { background-color: rgb(208,218,119); }
div.DivClassName
{
background-color: #D0DA77;
}
.BgClassName
{
background-color: #D0DA77;
}
</style>
border-color css
<style>
span { border-color: #D0DA77; }
span { border-color: rgb(208,218,119); }
td.TdClassName
{
border-color: #D0DA77;
}
.TagClassName
{
border-color: #D0DA77;
}
</style>