Shades of Goldenrod #DEDC7E
Tints of Goldenrod #DEDC7E
RGB
CMYK
RGB Variations
Color information
#DEDC7E (or 0xDEDC7E) is known color: Goldenrod. HEX triplet: DE, DC and 7E. RGB value is (222,220,126). Sum of RGB (Red+Green+Blue) = 222+220+126=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC7E is #212381. Grayscale: #D2D2D2. Windows color (decimal): -2171778 or 8314078. OLE color: 8314078.
HSL color Cylindrical-coordinate representation of color #DEDC7E: hue angle of 58.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDC7E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 126 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.75º | 0.59% | 0.68% | - |
| HSV(B) | 58.75º | 0.43% | 0.87% | - |
| XYZ | 59.48 | 68.22 | 29.77 | - |
| YUV | 209.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 126 | 0 | 0.01 | 0.43 | 0.13 | 58.75 | 0.59 | 0.68 |
| Hex | DE | DC | 7E | 0 | 1 | 2B | D | 3B | 3B | 44 |
| Octal | 336 | 334 | 176 | 0 | 1 | 53 | 15 | 73 | 73 | 104 |
| Binary | 11011110 | 11011100 | 1111110 | 0 | 1 | 101011 | 1101 | 111011 | 111011 | 1000100 |
Color Harmonies of #DEDC7E
Complementary color
Monochromatic Colors of #DEDC7E
Black with #DEDC7E
Text Example
Text Example
White with #DEDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC7E; }
p { color: rgb(222,220,126); }
H1.HeaderClassName
{
color: #DEDC7E;
}
.AnyTagClassName
{
color: #DEDC7E;
}
</style>
background-color css
<style>
a { background-color: #DEDC7E; }
a { background-color: rgb(222,220,126); }
div.DivClassName
{
background-color: #DEDC7E;
}
.BgClassName
{
background-color: #DEDC7E;
}
</style>
border-color css
<style>
span { border-color: #DEDC7E; }
span { border-color: rgb(222,220,126); }
td.TdClassName
{
border-color: #DEDC7E;
}
.TagClassName
{
border-color: #DEDC7E;
}
</style>