Shades of Goldenrod #DEE06D
Tints of Goldenrod #DEE06D
RGB
CMYK
RGB Variations
Color information
#DEE06D (or 0xDEE06D) is known color: Goldenrod. HEX triplet: DE, E0 and 6D. RGB value is (222,224,109). Sum of RGB (Red+Green+Blue) = 222+224+109=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06D is #211F92. Grayscale: #D2D2D2. Windows color (decimal): -2170771 or 7200990. OLE color: 7200990.
HSL color Cylindrical-coordinate representation of color #DEE06D: hue angle of 61.04º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE06D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 109 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.12 |
| HSL | 61.04º | 0.65% | 0.65% | - |
| HSV(B) | 61.04º | 0.51% | 0.88% | - |
| XYZ | 59.54 | 69.95 | 24.83 | - |
| YUV | 210.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 109 | 0.01 | 0 | 0.51 | 0.12 | 61.04 | 0.65 | 0.65 |
| Hex | DE | E0 | 6D | 1 | 0 | 33 | C | 3D | 41 | 41 |
| Octal | 336 | 340 | 155 | 1 | 0 | 63 | 14 | 75 | 101 | 101 |
| Binary | 11011110 | 11100000 | 1101101 | 1 | 0 | 110011 | 1100 | 111101 | 1000001 | 1000001 |
Color Harmonies of #DEE06D
Complementary color
Monochromatic Colors of #DEE06D
Black with #DEE06D
Text Example
Text Example
White with #DEE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE06D; }
p { color: rgb(222,224,109); }
H1.HeaderClassName
{
color: #DEE06D;
}
.AnyTagClassName
{
color: #DEE06D;
}
</style>
background-color css
<style>
a { background-color: #DEE06D; }
a { background-color: rgb(222,224,109); }
div.DivClassName
{
background-color: #DEE06D;
}
.BgClassName
{
background-color: #DEE06D;
}
</style>
border-color css
<style>
span { border-color: #DEE06D; }
span { border-color: rgb(222,224,109); }
td.TdClassName
{
border-color: #DEE06D;
}
.TagClassName
{
border-color: #DEE06D;
}
</style>