Shades of Goldenrod #DEDC76
Tints of Goldenrod #DEDC76
RGB
CMYK
RGB Variations
Color information
#DEDC76 (or 0xDEDC76) is known color: Goldenrod. HEX triplet: DE, DC and 76. RGB value is (222,220,118). Sum of RGB (Red+Green+Blue) = 222+220+118=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC76 is #212389. Grayscale: #D1D1D1. Windows color (decimal): -2171786 or 7789790. OLE color: 7789790.
HSL color Cylindrical-coordinate representation of color #DEDC76: hue angle of 58.85º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDC76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 118 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.85º | 0.61% | 0.67% | - |
| HSV(B) | 58.85º | 0.47% | 0.87% | - |
| XYZ | 58.99 | 68.02 | 27.16 | - |
| YUV | 208.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 118 | 0 | 0.01 | 0.47 | 0.13 | 58.85 | 0.61 | 0.67 |
| Hex | DE | DC | 76 | 0 | 1 | 2F | D | 3B | 3D | 43 |
| Octal | 336 | 334 | 166 | 0 | 1 | 57 | 15 | 73 | 75 | 103 |
| Binary | 11011110 | 11011100 | 1110110 | 0 | 1 | 101111 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DEDC76
Complementary color
Monochromatic Colors of #DEDC76
Black with #DEDC76
Text Example
Text Example
White with #DEDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC76; }
p { color: rgb(222,220,118); }
H1.HeaderClassName
{
color: #DEDC76;
}
.AnyTagClassName
{
color: #DEDC76;
}
</style>
background-color css
<style>
a { background-color: #DEDC76; }
a { background-color: rgb(222,220,118); }
div.DivClassName
{
background-color: #DEDC76;
}
.BgClassName
{
background-color: #DEDC76;
}
</style>
border-color css
<style>
span { border-color: #DEDC76; }
span { border-color: rgb(222,220,118); }
td.TdClassName
{
border-color: #DEDC76;
}
.TagClassName
{
border-color: #DEDC76;
}
</style>