Shades of Goldenrod #DEDD6A
Tints of Goldenrod #DEDD6A
RGB
CMYK
RGB Variations
Color information
#DEDD6A (or 0xDEDD6A) is known color: Goldenrod. HEX triplet: DE, DD and 6A. RGB value is (222,221,106). Sum of RGB (Red+Green+Blue) = 222+221+106=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD6A is #212295. Grayscale: #D0D0D0. Windows color (decimal): -2171542 or 7003614. OLE color: 7003614.
HSL color Cylindrical-coordinate representation of color #DEDD6A: hue angle of 59.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEDD6A is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 106 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.13 |
| HSL | 59.48º | 0.64% | 0.64% | - |
| HSV(B) | 59.48º | 0.52% | 0.87% | - |
| XYZ | 58.58 | 68.28 | 23.73 | - |
| YUV | 208.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 106 | 0 | 0.00 | 0.52 | 0.13 | 59.48 | 0.64 | 0.64 |
| Hex | DE | DD | 6A | 0 | 0 | 34 | D | 3B | 40 | 40 |
| Octal | 336 | 335 | 152 | 0 | 0 | 64 | 15 | 73 | 100 | 100 |
| Binary | 11011110 | 11011101 | 1101010 | 0 | 0 | 110100 | 1101 | 111011 | 1000000 | 1000000 |
Color Harmonies of #DEDD6A
Complementary color
Monochromatic Colors of #DEDD6A
Black with #DEDD6A
Text Example
Text Example
White with #DEDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD6A; }
p { color: rgb(222,221,106); }
H1.HeaderClassName
{
color: #DEDD6A;
}
.AnyTagClassName
{
color: #DEDD6A;
}
</style>
background-color css
<style>
a { background-color: #DEDD6A; }
a { background-color: rgb(222,221,106); }
div.DivClassName
{
background-color: #DEDD6A;
}
.BgClassName
{
background-color: #DEDD6A;
}
</style>
border-color css
<style>
span { border-color: #DEDD6A; }
span { border-color: rgb(222,221,106); }
td.TdClassName
{
border-color: #DEDD6A;
}
.TagClassName
{
border-color: #DEDD6A;
}
</style>