Shades of Primrose #DDE19A
Tints of Primrose #DDE19A
RGB
CMYK
RGB Variations
Color information
#DDE19A (or 0xDDE19A) is known color: Primrose. HEX triplet: DD, E1 and 9A. RGB value is (221,225,154). Sum of RGB (Red+Green+Blue) = 221+225+154=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE19A is #221E65. Grayscale: #D7D7D7. Windows color (decimal): -2236006 or 10150365. OLE color: 10150365.
HSL color Cylindrical-coordinate representation of color #DDE19A: hue angle of 63.38º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE19A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 154 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.12 |
| HSL | 63.38º | 0.54% | 0.74% | - |
| HSV(B) | 63.38º | 0.32% | 0.88% | - |
| XYZ | 62.58 | 71.56 | 41.09 | - |
| YUV | 215.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 154 | 0.02 | 0 | 0.32 | 0.12 | 63.38 | 0.54 | 0.74 |
| Hex | DD | E1 | 9A | 2 | 0 | 20 | C | 3F | 36 | 4A |
| Octal | 335 | 341 | 232 | 2 | 0 | 40 | 14 | 77 | 66 | 112 |
| Binary | 11011101 | 11100001 | 10011010 | 10 | 0 | 100000 | 1100 | 111111 | 110110 | 1001010 |
Color Harmonies of #DDE19A
Complementary color
Monochromatic Colors of #DDE19A
Black with #DDE19A
Text Example
Text Example
White with #DDE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE19A; }
p { color: rgb(221,225,154); }
H1.HeaderClassName
{
color: #DDE19A;
}
.AnyTagClassName
{
color: #DDE19A;
}
</style>
background-color css
<style>
a { background-color: #DDE19A; }
a { background-color: rgb(221,225,154); }
div.DivClassName
{
background-color: #DDE19A;
}
.BgClassName
{
background-color: #DDE19A;
}
</style>
border-color css
<style>
span { border-color: #DDE19A; }
span { border-color: rgb(221,225,154); }
td.TdClassName
{
border-color: #DDE19A;
}
.TagClassName
{
border-color: #DDE19A;
}
</style>