Shades of Goldenrod #DEDC79
Tints of Goldenrod #DEDC79
RGB
CMYK
RGB Variations
Color information
#DEDC79 (or 0xDEDC79) is known color: Goldenrod. HEX triplet: DE, DC and 79. RGB value is (222,220,121). Sum of RGB (Red+Green+Blue) = 222+220+121=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC79 is #212386. Grayscale: #D1D1D1. Windows color (decimal): -2171783 or 7986398. OLE color: 7986398.
HSL color Cylindrical-coordinate representation of color #DEDC79: hue angle of 58.81º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEDC79 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 121 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.81º | 0.6% | 0.67% | - |
| HSV(B) | 58.81º | 0.45% | 0.87% | - |
| XYZ | 59.17 | 68.1 | 28.11 | - |
| YUV | 209.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 121 | 0 | 0.01 | 0.45 | 0.13 | 58.81 | 0.6 | 0.67 |
| Hex | DE | DC | 79 | 0 | 1 | 2D | D | 3B | 3C | 43 |
| Octal | 336 | 334 | 171 | 0 | 1 | 55 | 15 | 73 | 74 | 103 |
| Binary | 11011110 | 11011100 | 1111001 | 0 | 1 | 101101 | 1101 | 111011 | 111100 | 1000011 |
Color Harmonies of #DEDC79
Complementary color
Monochromatic Colors of #DEDC79
Black with #DEDC79
Text Example
Text Example
White with #DEDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC79; }
p { color: rgb(222,220,121); }
H1.HeaderClassName
{
color: #DEDC79;
}
.AnyTagClassName
{
color: #DEDC79;
}
</style>
background-color css
<style>
a { background-color: #DEDC79; }
a { background-color: rgb(222,220,121); }
div.DivClassName
{
background-color: #DEDC79;
}
.BgClassName
{
background-color: #DEDC79;
}
</style>
border-color css
<style>
span { border-color: #DEDC79; }
span { border-color: rgb(222,220,121); }
td.TdClassName
{
border-color: #DEDC79;
}
.TagClassName
{
border-color: #DEDC79;
}
</style>