Shades of Goldenrod #DEDC77
Tints of Goldenrod #DEDC77
RGB
CMYK
RGB Variations
Color information
#DEDC77 (or 0xDEDC77) is known color: Goldenrod. HEX triplet: DE, DC and 77. RGB value is (222,220,119). Sum of RGB (Red+Green+Blue) = 222+220+119=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC77 is #212388. Grayscale: #D1D1D1. Windows color (decimal): -2171785 or 7855326. OLE color: 7855326.
HSL color Cylindrical-coordinate representation of color #DEDC77: hue angle of 58.83º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEDC77 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 119 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.83º | 0.61% | 0.67% | - |
| HSV(B) | 58.83º | 0.46% | 0.87% | - |
| XYZ | 59.05 | 68.05 | 27.48 | - |
| YUV | 209.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 119 | 0 | 0.01 | 0.46 | 0.13 | 58.83 | 0.61 | 0.67 |
| Hex | DE | DC | 77 | 0 | 1 | 2E | D | 3B | 3D | 43 |
| Octal | 336 | 334 | 167 | 0 | 1 | 56 | 15 | 73 | 75 | 103 |
| Binary | 11011110 | 11011100 | 1110111 | 0 | 1 | 101110 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DEDC77
Complementary color
Monochromatic Colors of #DEDC77
Black with #DEDC77
Text Example
Text Example
White with #DEDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC77; }
p { color: rgb(222,220,119); }
H1.HeaderClassName
{
color: #DEDC77;
}
.AnyTagClassName
{
color: #DEDC77;
}
</style>
background-color css
<style>
a { background-color: #DEDC77; }
a { background-color: rgb(222,220,119); }
div.DivClassName
{
background-color: #DEDC77;
}
.BgClassName
{
background-color: #DEDC77;
}
</style>
border-color css
<style>
span { border-color: #DEDC77; }
span { border-color: rgb(222,220,119); }
td.TdClassName
{
border-color: #DEDC77;
}
.TagClassName
{
border-color: #DEDC77;
}
</style>