Shades of Goldenrod #DED66A
Tints of Goldenrod #DED66A
RGB
CMYK
RGB Variations
Color information
#DED66A (or 0xDED66A) is known color: Goldenrod. HEX triplet: DE, D6 and 6A. RGB value is (222,214,106). Sum of RGB (Red+Green+Blue) = 222+214+106=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED66A is #212995. Grayscale: #CCCCCC. Windows color (decimal): -2173334 or 7001822. OLE color: 7001822.
HSL color Cylindrical-coordinate representation of color #DED66A: hue angle of 55.86º 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 #DED66A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 106 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.13 |
| HSL | 55.86º | 0.64% | 0.64% | - |
| HSV(B) | 55.86º | 0.52% | 0.87% | - |
| XYZ | 56.77 | 64.66 | 23.12 | - |
| YUV | 204.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 106 | 0 | 0.04 | 0.52 | 0.13 | 55.86 | 0.64 | 0.64 |
| Hex | DE | D6 | 6A | 0 | 4 | 34 | D | 38 | 40 | 40 |
| Octal | 336 | 326 | 152 | 0 | 4 | 64 | 15 | 70 | 100 | 100 |
| Binary | 11011110 | 11010110 | 1101010 | 0 | 100 | 110100 | 1101 | 111000 | 1000000 | 1000000 |
Color Harmonies of #DED66A
Complementary color
Monochromatic Colors of #DED66A
Black with #DED66A
Text Example
Text Example
White with #DED66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED66A; }
p { color: rgb(222,214,106); }
H1.HeaderClassName
{
color: #DED66A;
}
.AnyTagClassName
{
color: #DED66A;
}
</style>
background-color css
<style>
a { background-color: #DED66A; }
a { background-color: rgb(222,214,106); }
div.DivClassName
{
background-color: #DED66A;
}
.BgClassName
{
background-color: #DED66A;
}
</style>
border-color css
<style>
span { border-color: #DED66A; }
span { border-color: rgb(222,214,106); }
td.TdClassName
{
border-color: #DED66A;
}
.TagClassName
{
border-color: #DED66A;
}
</style>