Shades of Primrose #DDE087
Tints of Primrose #DDE087
RGB
CMYK
RGB Variations
Color information
#DDE087 (or 0xDDE087) is known color: Primrose. HEX triplet: DD, E0 and 87. RGB value is (221,224,135). Sum of RGB (Red+Green+Blue) = 221+224+135=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE087 is #221F78. Grayscale: #D5D5D5. Windows color (decimal): -2236281 or 8904925. OLE color: 8904925.
HSL color Cylindrical-coordinate representation of color #DDE087: hue angle of 62.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE087 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 135 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.12 |
| HSL | 62.02º | 0.59% | 0.7% | - |
| HSV(B) | 62.02º | 0.4% | 0.88% | - |
| XYZ | 60.85 | 70.43 | 33.31 | - |
| YUV | 212.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 135 | 0.01 | 0 | 0.40 | 0.12 | 62.02 | 0.59 | 0.7 |
| Hex | DD | E0 | 87 | 1 | 0 | 28 | C | 3E | 3B | 46 |
| Octal | 335 | 340 | 207 | 1 | 0 | 50 | 14 | 76 | 73 | 106 |
| Binary | 11011101 | 11100000 | 10000111 | 1 | 0 | 101000 | 1100 | 111110 | 111011 | 1000110 |
Color Harmonies of #DDE087
Complementary color
Monochromatic Colors of #DDE087
Black with #DDE087
Text Example
Text Example
White with #DDE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE087; }
p { color: rgb(221,224,135); }
H1.HeaderClassName
{
color: #DDE087;
}
.AnyTagClassName
{
color: #DDE087;
}
</style>
background-color css
<style>
a { background-color: #DDE087; }
a { background-color: rgb(221,224,135); }
div.DivClassName
{
background-color: #DDE087;
}
.BgClassName
{
background-color: #DDE087;
}
</style>
border-color css
<style>
span { border-color: #DDE087; }
span { border-color: rgb(221,224,135); }
td.TdClassName
{
border-color: #DDE087;
}
.TagClassName
{
border-color: #DDE087;
}
</style>