Shades of Primrose #DEE39A
Tints of Primrose #DEE39A
RGB
CMYK
RGB Variations
Color information
#DEE39A (or 0xDEE39A) is known color: Primrose. HEX triplet: DE, E3 and 9A. RGB value is (222,227,154). Sum of RGB (Red+Green+Blue) = 222+227+154=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE39A is #211C65. Grayscale: #D9D9D9. Windows color (decimal): -2169958 or 10150878. OLE color: 10150878.
HSL color Cylindrical-coordinate representation of color #DEE39A: hue angle of 64.11º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE39A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 154 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.11 |
| HSL | 64.11º | 0.57% | 0.75% | - |
| HSV(B) | 64.11º | 0.32% | 0.89% | - |
| XYZ | 63.43 | 72.8 | 41.28 | - |
| YUV | 217.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 154 | 0.02 | 0 | 0.32 | 0.11 | 64.11 | 0.57 | 0.75 |
| Hex | DE | E3 | 9A | 2 | 0 | 20 | B | 40 | 39 | 4B |
| Octal | 336 | 343 | 232 | 2 | 0 | 40 | 13 | 100 | 71 | 113 |
| Binary | 11011110 | 11100011 | 10011010 | 10 | 0 | 100000 | 1011 | 1000000 | 111001 | 1001011 |
Color Harmonies of #DEE39A
Complementary color
Monochromatic Colors of #DEE39A
Black with #DEE39A
Text Example
Text Example
White with #DEE39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE39A; }
p { color: rgb(222,227,154); }
H1.HeaderClassName
{
color: #DEE39A;
}
.AnyTagClassName
{
color: #DEE39A;
}
</style>
background-color css
<style>
a { background-color: #DEE39A; }
a { background-color: rgb(222,227,154); }
div.DivClassName
{
background-color: #DEE39A;
}
.BgClassName
{
background-color: #DEE39A;
}
</style>
border-color css
<style>
span { border-color: #DEE39A; }
span { border-color: rgb(222,227,154); }
td.TdClassName
{
border-color: #DEE39A;
}
.TagClassName
{
border-color: #DEE39A;
}
</style>