Shades of Goldenrod #DEDC74
Tints of Goldenrod #DEDC74
RGB
CMYK
RGB Variations
Color information
#DEDC74 (or 0xDEDC74) is known color: Goldenrod. HEX triplet: DE, DC and 74. RGB value is (222,220,116). Sum of RGB (Red+Green+Blue) = 222+220+116=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC74 is #21238B. Grayscale: #D1D1D1. Windows color (decimal): -2171788 or 7658718. OLE color: 7658718.
HSL color Cylindrical-coordinate representation of color #DEDC74: hue angle of 58.87º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEDC74 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 116 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.87º | 0.62% | 0.66% | - |
| HSV(B) | 58.87º | 0.48% | 0.87% | - |
| XYZ | 58.87 | 67.98 | 26.54 | - |
| YUV | 208.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 116 | 0 | 0.01 | 0.48 | 0.13 | 58.87 | 0.62 | 0.66 |
| Hex | DE | DC | 74 | 0 | 1 | 30 | D | 3B | 3E | 42 |
| Octal | 336 | 334 | 164 | 0 | 1 | 60 | 15 | 73 | 76 | 102 |
| Binary | 11011110 | 11011100 | 1110100 | 0 | 1 | 110000 | 1101 | 111011 | 111110 | 1000010 |
Color Harmonies of #DEDC74
Complementary color
Monochromatic Colors of #DEDC74
Black with #DEDC74
Text Example
Text Example
White with #DEDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC74; }
p { color: rgb(222,220,116); }
H1.HeaderClassName
{
color: #DEDC74;
}
.AnyTagClassName
{
color: #DEDC74;
}
</style>
background-color css
<style>
a { background-color: #DEDC74; }
a { background-color: rgb(222,220,116); }
div.DivClassName
{
background-color: #DEDC74;
}
.BgClassName
{
background-color: #DEDC74;
}
</style>
border-color css
<style>
span { border-color: #DEDC74; }
span { border-color: rgb(222,220,116); }
td.TdClassName
{
border-color: #DEDC74;
}
.TagClassName
{
border-color: #DEDC74;
}
</style>