Shades of Primrose #DDE399
Tints of Primrose #DDE399
RGB
CMYK
RGB Variations
Color information
#DDE399 (or 0xDDE399) is known color: Primrose. HEX triplet: DD, E3 and 99. RGB value is (221,227,153). Sum of RGB (Red+Green+Blue) = 221+227+153=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE399 is #221C66. Grayscale: #D9D9D9. Windows color (decimal): -2235495 or 10085341. OLE color: 10085341.
HSL color Cylindrical-coordinate representation of color #DDE399: hue angle of 64.86º degrees, saturation: 0.57, 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 #DDE399 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 153 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 64.86º | 0.57% | 0.75% | - |
| HSV(B) | 64.86º | 0.33% | 0.89% | - |
| XYZ | 63.04 | 72.61 | 40.83 | - |
| YUV | 216.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 153 | 0.03 | 0 | 0.33 | 0.11 | 64.86 | 0.57 | 0.75 |
| Hex | DD | E3 | 99 | 3 | 0 | 21 | B | 41 | 39 | 4B |
| Octal | 335 | 343 | 231 | 3 | 0 | 41 | 13 | 101 | 71 | 113 |
| Binary | 11011101 | 11100011 | 10011001 | 11 | 0 | 100001 | 1011 | 1000001 | 111001 | 1001011 |
Color Harmonies of #DDE399
Complementary color
Monochromatic Colors of #DDE399
Black with #DDE399
Text Example
Text Example
White with #DDE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE399; }
p { color: rgb(221,227,153); }
H1.HeaderClassName
{
color: #DDE399;
}
.AnyTagClassName
{
color: #DDE399;
}
</style>
background-color css
<style>
a { background-color: #DDE399; }
a { background-color: rgb(221,227,153); }
div.DivClassName
{
background-color: #DDE399;
}
.BgClassName
{
background-color: #DDE399;
}
</style>
border-color css
<style>
span { border-color: #DDE399; }
span { border-color: rgb(221,227,153); }
td.TdClassName
{
border-color: #DDE399;
}
.TagClassName
{
border-color: #DDE399;
}
</style>