Shades of Goldenrod #DEE368
Tints of Goldenrod #DEE368
RGB
CMYK
RGB Variations
Color information
#DEE368 (or 0xDEE368) is known color: Goldenrod. HEX triplet: DE, E3 and 68. RGB value is (222,227,104). Sum of RGB (Red+Green+Blue) = 222+227+104=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE368 is #211C97. Grayscale: #D3D3D3. Windows color (decimal): -2170008 or 6874078. OLE color: 6874078.
HSL color Cylindrical-coordinate representation of color #DEE368: hue angle of 62.44º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE368 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 104 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.11 |
| HSL | 62.44º | 0.69% | 0.65% | - |
| HSV(B) | 62.44º | 0.54% | 0.89% | - |
| XYZ | 60.09 | 71.47 | 23.72 | - |
| YUV | 211.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 104 | 0.02 | 0 | 0.54 | 0.11 | 62.44 | 0.69 | 0.65 |
| Hex | DE | E3 | 68 | 2 | 0 | 36 | B | 3E | 45 | 41 |
| Octal | 336 | 343 | 150 | 2 | 0 | 66 | 13 | 76 | 105 | 101 |
| Binary | 11011110 | 11100011 | 1101000 | 10 | 0 | 110110 | 1011 | 111110 | 1000101 | 1000001 |
Color Harmonies of #DEE368
Complementary color
Monochromatic Colors of #DEE368
Black with #DEE368
Text Example
Text Example
White with #DEE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE368; }
p { color: rgb(222,227,104); }
H1.HeaderClassName
{
color: #DEE368;
}
.AnyTagClassName
{
color: #DEE368;
}
</style>
background-color css
<style>
a { background-color: #DEE368; }
a { background-color: rgb(222,227,104); }
div.DivClassName
{
background-color: #DEE368;
}
.BgClassName
{
background-color: #DEE368;
}
</style>
border-color css
<style>
span { border-color: #DEE368; }
span { border-color: rgb(222,227,104); }
td.TdClassName
{
border-color: #DEE368;
}
.TagClassName
{
border-color: #DEE368;
}
</style>