Shades of Goldenrod #D0DC77
Tints of Goldenrod #D0DC77
RGB
CMYK
RGB Variations
Color information
#D0DC77 (or 0xD0DC77) is known color: Goldenrod. HEX triplet: D0, DC and 77. RGB value is (208,220,119). Sum of RGB (Red+Green+Blue) = 208+220+119=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC77 is #2F2388. Grayscale: #CDCDCD. Windows color (decimal): -3089289 or 7855312. OLE color: 7855312.
HSL color Cylindrical-coordinate representation of color #D0DC77: hue angle of 67.13º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0DC77 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 119 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.14 |
| HSL | 67.13º | 0.59% | 0.66% | - |
| HSV(B) | 67.13º | 0.46% | 0.86% | - |
| XYZ | 54.94 | 65.93 | 27.28 | - |
| YUV | 204.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 119 | 0.05 | 0 | 0.46 | 0.14 | 67.13 | 0.59 | 0.66 |
| Hex | D0 | DC | 77 | 5 | 0 | 2E | E | 43 | 3B | 42 |
| Octal | 320 | 334 | 167 | 5 | 0 | 56 | 16 | 103 | 73 | 102 |
| Binary | 11010000 | 11011100 | 1110111 | 101 | 0 | 101110 | 1110 | 1000011 | 111011 | 1000010 |
Color Harmonies of #D0DC77
Complementary color
Monochromatic Colors of #D0DC77
Black with #D0DC77
Text Example
Text Example
White with #D0DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC77; }
p { color: rgb(208,220,119); }
H1.HeaderClassName
{
color: #D0DC77;
}
.AnyTagClassName
{
color: #D0DC77;
}
</style>
background-color css
<style>
a { background-color: #D0DC77; }
a { background-color: rgb(208,220,119); }
div.DivClassName
{
background-color: #D0DC77;
}
.BgClassName
{
background-color: #D0DC77;
}
</style>
border-color css
<style>
span { border-color: #D0DC77; }
span { border-color: rgb(208,220,119); }
td.TdClassName
{
border-color: #D0DC77;
}
.TagClassName
{
border-color: #D0DC77;
}
</style>