Shades of Goldenrod #DEE36B
Tints of Goldenrod #DEE36B
RGB
CMYK
RGB Variations
Color information
#DEE36B (or 0xDEE36B) is known color: Goldenrod. HEX triplet: DE, E3 and 6B. RGB value is (222,227,107). Sum of RGB (Red+Green+Blue) = 222+227+107=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE36B is #211C94. Grayscale: #D4D4D4. Windows color (decimal): -2170005 or 7070686. OLE color: 7070686.
HSL color Cylindrical-coordinate representation of color #DEE36B: hue angle of 62.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE36B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 107 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.11 |
| HSL | 62.5º | 0.68% | 0.65% | - |
| HSV(B) | 62.5º | 0.53% | 0.89% | - |
| XYZ | 60.25 | 71.53 | 24.54 | - |
| YUV | 211.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 107 | 0.02 | 0 | 0.53 | 0.11 | 62.5 | 0.68 | 0.65 |
| Hex | DE | E3 | 6B | 2 | 0 | 35 | B | 3F | 44 | 41 |
| Octal | 336 | 343 | 153 | 2 | 0 | 65 | 13 | 77 | 104 | 101 |
| Binary | 11011110 | 11100011 | 1101011 | 10 | 0 | 110101 | 1011 | 111111 | 1000100 | 1000001 |
Color Harmonies of #DEE36B
Complementary color
Monochromatic Colors of #DEE36B
Black with #DEE36B
Text Example
Text Example
White with #DEE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE36B; }
p { color: rgb(222,227,107); }
H1.HeaderClassName
{
color: #DEE36B;
}
.AnyTagClassName
{
color: #DEE36B;
}
</style>
background-color css
<style>
a { background-color: #DEE36B; }
a { background-color: rgb(222,227,107); }
div.DivClassName
{
background-color: #DEE36B;
}
.BgClassName
{
background-color: #DEE36B;
}
</style>
border-color css
<style>
span { border-color: #DEE36B; }
span { border-color: rgb(222,227,107); }
td.TdClassName
{
border-color: #DEE36B;
}
.TagClassName
{
border-color: #DEE36B;
}
</style>