Shades of Goldenrod #DEE073
Tints of Goldenrod #DEE073
RGB
CMYK
RGB Variations
Color information
#DEE073 (or 0xDEE073) is known color: Goldenrod. HEX triplet: DE, E0 and 73. RGB value is (222,224,115). Sum of RGB (Red+Green+Blue) = 222+224+115=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE073 is #211F8C. Grayscale: #D3D3D3. Windows color (decimal): -2170765 or 7594206. OLE color: 7594206.
HSL color Cylindrical-coordinate representation of color #DEE073: hue angle of 61.1º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE073 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 115 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.12 |
| HSL | 61.1º | 0.64% | 0.66% | - |
| HSV(B) | 61.1º | 0.49% | 0.88% | - |
| XYZ | 59.87 | 70.08 | 26.59 | - |
| YUV | 210.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 115 | 0.01 | 0 | 0.49 | 0.12 | 61.1 | 0.64 | 0.66 |
| Hex | DE | E0 | 73 | 1 | 0 | 31 | C | 3D | 40 | 42 |
| Octal | 336 | 340 | 163 | 1 | 0 | 61 | 14 | 75 | 100 | 102 |
| Binary | 11011110 | 11100000 | 1110011 | 1 | 0 | 110001 | 1100 | 111101 | 1000000 | 1000010 |
Color Harmonies of #DEE073
Complementary color
Monochromatic Colors of #DEE073
Black with #DEE073
Text Example
Text Example
White with #DEE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE073; }
p { color: rgb(222,224,115); }
H1.HeaderClassName
{
color: #DEE073;
}
.AnyTagClassName
{
color: #DEE073;
}
</style>
background-color css
<style>
a { background-color: #DEE073; }
a { background-color: rgb(222,224,115); }
div.DivClassName
{
background-color: #DEE073;
}
.BgClassName
{
background-color: #DEE073;
}
</style>
border-color css
<style>
span { border-color: #DEE073; }
span { border-color: rgb(222,224,115); }
td.TdClassName
{
border-color: #DEE073;
}
.TagClassName
{
border-color: #DEE073;
}
</style>