Shades of Goldenrod #DEDC6E
Tints of Goldenrod #DEDC6E
RGB
CMYK
RGB Variations
Color information
#DEDC6E (or 0xDEDC6E) is known color: Goldenrod. HEX triplet: DE, DC and 6E. RGB value is (222,220,110). Sum of RGB (Red+Green+Blue) = 222+220+110=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC6E is #212391. Grayscale: #D0D0D0. Windows color (decimal): -2171794 or 7265502. OLE color: 7265502.
HSL color Cylindrical-coordinate representation of color #DEDC6E: hue angle of 58.93º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDC6E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 110 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.93º | 0.63% | 0.65% | - |
| HSV(B) | 58.93º | 0.5% | 0.87% | - |
| XYZ | 58.53 | 67.84 | 24.76 | - |
| YUV | 208.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 110 | 0 | 0.01 | 0.50 | 0.13 | 58.93 | 0.63 | 0.65 |
| Hex | DE | DC | 6E | 0 | 1 | 32 | D | 3B | 3F | 41 |
| Octal | 336 | 334 | 156 | 0 | 1 | 62 | 15 | 73 | 77 | 101 |
| Binary | 11011110 | 11011100 | 1101110 | 0 | 1 | 110010 | 1101 | 111011 | 111111 | 1000001 |
Color Harmonies of #DEDC6E
Complementary color
Monochromatic Colors of #DEDC6E
Black with #DEDC6E
Text Example
Text Example
White with #DEDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC6E; }
p { color: rgb(222,220,110); }
H1.HeaderClassName
{
color: #DEDC6E;
}
.AnyTagClassName
{
color: #DEDC6E;
}
</style>
background-color css
<style>
a { background-color: #DEDC6E; }
a { background-color: rgb(222,220,110); }
div.DivClassName
{
background-color: #DEDC6E;
}
.BgClassName
{
background-color: #DEDC6E;
}
</style>
border-color css
<style>
span { border-color: #DEDC6E; }
span { border-color: rgb(222,220,110); }
td.TdClassName
{
border-color: #DEDC6E;
}
.TagClassName
{
border-color: #DEDC6E;
}
</style>