Shades of Primrose #DDE499
Tints of Primrose #DDE499
RGB
CMYK
RGB Variations
Color information
#DDE499 (or 0xDDE499) is known color: Primrose. HEX triplet: DD, E4 and 99. RGB value is (221,228,153). Sum of RGB (Red+Green+Blue) = 221+228+153=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE499 is #221B66. Grayscale: #D9D9D9. Windows color (decimal): -2235239 or 10085597. OLE color: 10085597.
HSL color Cylindrical-coordinate representation of color #DDE499: hue angle of 65.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE499 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 153 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.6º | 0.58% | 0.75% | - |
| HSV(B) | 65.6º | 0.33% | 0.89% | - |
| XYZ | 63.31 | 73.16 | 40.92 | - |
| YUV | 217.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 153 | 0.03 | 0 | 0.33 | 0.11 | 65.6 | 0.58 | 0.75 |
| Hex | DD | E4 | 99 | 3 | 0 | 21 | B | 42 | 3A | 4B |
| Octal | 335 | 344 | 231 | 3 | 0 | 41 | 13 | 102 | 72 | 113 |
| Binary | 11011101 | 11100100 | 10011001 | 11 | 0 | 100001 | 1011 | 1000010 | 111010 | 1001011 |
Color Harmonies of #DDE499
Complementary color
Monochromatic Colors of #DDE499
Black with #DDE499
Text Example
Text Example
White with #DDE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE499; }
p { color: rgb(221,228,153); }
H1.HeaderClassName
{
color: #DDE499;
}
.AnyTagClassName
{
color: #DDE499;
}
</style>
background-color css
<style>
a { background-color: #DDE499; }
a { background-color: rgb(221,228,153); }
div.DivClassName
{
background-color: #DDE499;
}
.BgClassName
{
background-color: #DDE499;
}
</style>
border-color css
<style>
span { border-color: #DDE499; }
span { border-color: rgb(221,228,153); }
td.TdClassName
{
border-color: #DDE499;
}
.TagClassName
{
border-color: #DDE499;
}
</style>