Shades of Goldenrod #DEE16C
Tints of Goldenrod #DEE16C
RGB
CMYK
RGB Variations
Color information
#DEE16C (or 0xDEE16C) is known color: Goldenrod. HEX triplet: DE, E1 and 6C. RGB value is (222,225,108). Sum of RGB (Red+Green+Blue) = 222+225+108=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE16C is #211E93. Grayscale: #D3D3D3. Windows color (decimal): -2170516 or 7135710. OLE color: 7135710.
HSL color Cylindrical-coordinate representation of color #DEE16C: hue angle of 61.54º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE16C is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 108 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.12 |
| HSL | 61.54º | 0.66% | 0.65% | - |
| HSV(B) | 61.54º | 0.52% | 0.88% | - |
| XYZ | 59.76 | 70.46 | 24.64 | - |
| YUV | 210.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 108 | 0.01 | 0 | 0.52 | 0.12 | 61.54 | 0.66 | 0.65 |
| Hex | DE | E1 | 6C | 1 | 0 | 34 | C | 3E | 42 | 41 |
| Octal | 336 | 341 | 154 | 1 | 0 | 64 | 14 | 76 | 102 | 101 |
| Binary | 11011110 | 11100001 | 1101100 | 1 | 0 | 110100 | 1100 | 111110 | 1000010 | 1000001 |
Color Harmonies of #DEE16C
Complementary color
Monochromatic Colors of #DEE16C
Black with #DEE16C
Text Example
Text Example
White with #DEE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE16C; }
p { color: rgb(222,225,108); }
H1.HeaderClassName
{
color: #DEE16C;
}
.AnyTagClassName
{
color: #DEE16C;
}
</style>
background-color css
<style>
a { background-color: #DEE16C; }
a { background-color: rgb(222,225,108); }
div.DivClassName
{
background-color: #DEE16C;
}
.BgClassName
{
background-color: #DEE16C;
}
</style>
border-color css
<style>
span { border-color: #DEE16C; }
span { border-color: rgb(222,225,108); }
td.TdClassName
{
border-color: #DEE16C;
}
.TagClassName
{
border-color: #DEE16C;
}
</style>