Shades of Primrose #DDE389
Tints of Primrose #DDE389
RGB
CMYK
RGB Variations
Color information
#DDE389 (or 0xDDE389) is known color: Primrose. HEX triplet: DD, E3 and 89. RGB value is (221,227,137). Sum of RGB (Red+Green+Blue) = 221+227+137=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE389 is #221C76. Grayscale: #D7D7D7. Windows color (decimal): -2235511 or 9036765. OLE color: 9036765.
HSL color Cylindrical-coordinate representation of color #DDE389: hue angle of 64º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE389 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 137 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.11 |
| HSL | 64º | 0.62% | 0.71% | - |
| HSV(B) | 64º | 0.4% | 0.89% | - |
| XYZ | 61.8 | 72.12 | 34.33 | - |
| YUV | 214.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 137 | 0.03 | 0 | 0.40 | 0.11 | 64 | 0.62 | 0.71 |
| Hex | DD | E3 | 89 | 3 | 0 | 28 | B | 40 | 3E | 47 |
| Octal | 335 | 343 | 211 | 3 | 0 | 50 | 13 | 100 | 76 | 107 |
| Binary | 11011101 | 11100011 | 10001001 | 11 | 0 | 101000 | 1011 | 1000000 | 111110 | 1000111 |
Color Harmonies of #DDE389
Complementary color
Monochromatic Colors of #DDE389
Black with #DDE389
Text Example
Text Example
White with #DDE389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE389; }
p { color: rgb(221,227,137); }
H1.HeaderClassName
{
color: #DDE389;
}
.AnyTagClassName
{
color: #DDE389;
}
</style>
background-color css
<style>
a { background-color: #DDE389; }
a { background-color: rgb(221,227,137); }
div.DivClassName
{
background-color: #DDE389;
}
.BgClassName
{
background-color: #DDE389;
}
</style>
border-color css
<style>
span { border-color: #DDE389; }
span { border-color: rgb(221,227,137); }
td.TdClassName
{
border-color: #DDE389;
}
.TagClassName
{
border-color: #DDE389;
}
</style>