Shades of Goldenrod #DEE369
Tints of Goldenrod #DEE369
RGB
CMYK
RGB Variations
Color information
#DEE369 (or 0xDEE369) is known color: Goldenrod. HEX triplet: DE, E3 and 69. RGB value is (222,227,105). Sum of RGB (Red+Green+Blue) = 222+227+105=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE369 is #211C96. Grayscale: #D4D4D4. Windows color (decimal): -2170007 or 6939614. OLE color: 6939614.
HSL color Cylindrical-coordinate representation of color #DEE369: hue angle of 62.46º 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 #DEE369 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 105 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.11 |
| HSL | 62.46º | 0.69% | 0.65% | - |
| HSV(B) | 62.46º | 0.54% | 0.89% | - |
| XYZ | 60.14 | 71.49 | 23.99 | - |
| YUV | 211.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 105 | 0.02 | 0 | 0.54 | 0.11 | 62.46 | 0.69 | 0.65 |
| Hex | DE | E3 | 69 | 2 | 0 | 36 | B | 3E | 45 | 41 |
| Octal | 336 | 343 | 151 | 2 | 0 | 66 | 13 | 76 | 105 | 101 |
| Binary | 11011110 | 11100011 | 1101001 | 10 | 0 | 110110 | 1011 | 111110 | 1000101 | 1000001 |
Color Harmonies of #DEE369
Complementary color
Monochromatic Colors of #DEE369
Black with #DEE369
Text Example
Text Example
White with #DEE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE369; }
p { color: rgb(222,227,105); }
H1.HeaderClassName
{
color: #DEE369;
}
.AnyTagClassName
{
color: #DEE369;
}
</style>
background-color css
<style>
a { background-color: #DEE369; }
a { background-color: rgb(222,227,105); }
div.DivClassName
{
background-color: #DEE369;
}
.BgClassName
{
background-color: #DEE369;
}
</style>
border-color css
<style>
span { border-color: #DEE369; }
span { border-color: rgb(222,227,105); }
td.TdClassName
{
border-color: #DEE369;
}
.TagClassName
{
border-color: #DEE369;
}
</style>