Shades of Goldenrod #DEE36D
Tints of Goldenrod #DEE36D
RGB
CMYK
RGB Variations
Color information
#DEE36D (or 0xDEE36D) is known color: Goldenrod. HEX triplet: DE, E3 and 6D. RGB value is (222,227,109). Sum of RGB (Red+Green+Blue) = 222+227+109=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE36D is #211C92. Grayscale: #D4D4D4. Windows color (decimal): -2170003 or 7201758. OLE color: 7201758.
HSL color Cylindrical-coordinate representation of color #DEE36D: hue angle of 62.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE36D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 109 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.11 |
| HSL | 62.54º | 0.68% | 0.66% | - |
| HSV(B) | 62.54º | 0.52% | 0.89% | - |
| XYZ | 60.35 | 71.57 | 25.1 | - |
| YUV | 212.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 109 | 0.02 | 0 | 0.52 | 0.11 | 62.54 | 0.68 | 0.66 |
| Hex | DE | E3 | 6D | 2 | 0 | 34 | B | 3F | 44 | 42 |
| Octal | 336 | 343 | 155 | 2 | 0 | 64 | 13 | 77 | 104 | 102 |
| Binary | 11011110 | 11100011 | 1101101 | 10 | 0 | 110100 | 1011 | 111111 | 1000100 | 1000010 |
Color Harmonies of #DEE36D
Complementary color
Monochromatic Colors of #DEE36D
Black with #DEE36D
Text Example
Text Example
White with #DEE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE36D; }
p { color: rgb(222,227,109); }
H1.HeaderClassName
{
color: #DEE36D;
}
.AnyTagClassName
{
color: #DEE36D;
}
</style>
background-color css
<style>
a { background-color: #DEE36D; }
a { background-color: rgb(222,227,109); }
div.DivClassName
{
background-color: #DEE36D;
}
.BgClassName
{
background-color: #DEE36D;
}
</style>
border-color css
<style>
span { border-color: #DEE36D; }
span { border-color: rgb(222,227,109); }
td.TdClassName
{
border-color: #DEE36D;
}
.TagClassName
{
border-color: #DEE36D;
}
</style>