Shades of Goldenrod #DED566
Tints of Goldenrod #DED566
RGB
CMYK
RGB Variations
Color information
#DED566 (or 0xDED566) is known color: Goldenrod. HEX triplet: DE, D5 and 66. RGB value is (222,213,102). Sum of RGB (Red+Green+Blue) = 222+213+102=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED566 is #212A99. Grayscale: #CBCBCB. Windows color (decimal): -2173594 or 6739422. OLE color: 6739422.
HSL color Cylindrical-coordinate representation of color #DED566: hue angle of 55.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED566 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 102 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.13 |
| HSL | 55.5º | 0.65% | 0.64% | - |
| HSV(B) | 55.5º | 0.54% | 0.87% | - |
| XYZ | 56.32 | 64.08 | 21.97 | - |
| YUV | 203.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 102 | 0 | 0.04 | 0.54 | 0.13 | 55.5 | 0.65 | 0.64 |
| Hex | DE | D5 | 66 | 0 | 4 | 36 | D | 38 | 41 | 40 |
| Octal | 336 | 325 | 146 | 0 | 4 | 66 | 15 | 70 | 101 | 100 |
| Binary | 11011110 | 11010101 | 1100110 | 0 | 100 | 110110 | 1101 | 111000 | 1000001 | 1000000 |
Color Harmonies of #DED566
Complementary color
Monochromatic Colors of #DED566
Black with #DED566
Text Example
Text Example
White with #DED566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED566; }
p { color: rgb(222,213,102); }
H1.HeaderClassName
{
color: #DED566;
}
.AnyTagClassName
{
color: #DED566;
}
</style>
background-color css
<style>
a { background-color: #DED566; }
a { background-color: rgb(222,213,102); }
div.DivClassName
{
background-color: #DED566;
}
.BgClassName
{
background-color: #DED566;
}
</style>
border-color css
<style>
span { border-color: #DED566; }
span { border-color: rgb(222,213,102); }
td.TdClassName
{
border-color: #DED566;
}
.TagClassName
{
border-color: #DED566;
}
</style>