Shades of Goldenrod #DEDA66
Tints of Goldenrod #DEDA66
RGB
CMYK
RGB Variations
Color information
#DEDA66 (or 0xDEDA66) is known color: Goldenrod. HEX triplet: DE, DA and 66. RGB value is (222,218,102). Sum of RGB (Red+Green+Blue) = 222+218+102=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA66 is #212599. Grayscale: #CECECE. Windows color (decimal): -2172314 or 6740702. OLE color: 6740702.
HSL color Cylindrical-coordinate representation of color #DEDA66: hue angle of 58º 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 #DEDA66 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 102 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.13 |
| HSL | 58º | 0.65% | 0.64% | - |
| HSV(B) | 58º | 0.54% | 0.87% | - |
| XYZ | 57.59 | 66.63 | 22.4 | - |
| YUV | 205.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 102 | 0 | 0.02 | 0.54 | 0.13 | 58 | 0.65 | 0.64 |
| Hex | DE | DA | 66 | 0 | 2 | 36 | D | 3A | 41 | 40 |
| Octal | 336 | 332 | 146 | 0 | 2 | 66 | 15 | 72 | 101 | 100 |
| Binary | 11011110 | 11011010 | 1100110 | 0 | 10 | 110110 | 1101 | 111010 | 1000001 | 1000000 |
Color Harmonies of #DEDA66
Complementary color
Monochromatic Colors of #DEDA66
Black with #DEDA66
Text Example
Text Example
White with #DEDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA66; }
p { color: rgb(222,218,102); }
H1.HeaderClassName
{
color: #DEDA66;
}
.AnyTagClassName
{
color: #DEDA66;
}
</style>
background-color css
<style>
a { background-color: #DEDA66; }
a { background-color: rgb(222,218,102); }
div.DivClassName
{
background-color: #DEDA66;
}
.BgClassName
{
background-color: #DEDA66;
}
</style>
border-color css
<style>
span { border-color: #DEDA66; }
span { border-color: rgb(222,218,102); }
td.TdClassName
{
border-color: #DEDA66;
}
.TagClassName
{
border-color: #DEDA66;
}
</style>