Shades of Primrose #DCE589
Tints of Primrose #DCE589
RGB
CMYK
RGB Variations
Color information
#DCE589 (or 0xDCE589) is known color: Primrose. HEX triplet: DC, E5 and 89. RGB value is (220,229,137). Sum of RGB (Red+Green+Blue) = 220+229+137=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE589 is #231A76. Grayscale: #D8D8D8. Windows color (decimal): -2300535 or 9037276. OLE color: 9037276.
HSL color Cylindrical-coordinate representation of color #DCE589: hue angle of 65.87º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE589 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 137 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.10 |
| HSL | 65.87º | 0.64% | 0.72% | - |
| HSV(B) | 65.87º | 0.4% | 0.9% | - |
| XYZ | 62.05 | 73.06 | 34.5 | - |
| YUV | 215.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 137 | 0.04 | 0 | 0.40 | 0.10 | 65.87 | 0.64 | 0.72 |
| Hex | DC | E5 | 89 | 4 | 0 | 28 | A | 42 | 40 | 48 |
| Octal | 334 | 345 | 211 | 4 | 0 | 50 | 12 | 102 | 100 | 110 |
| Binary | 11011100 | 11100101 | 10001001 | 100 | 0 | 101000 | 1010 | 1000010 | 1000000 | 1001000 |
Color Harmonies of #DCE589
Complementary color
Monochromatic Colors of #DCE589
Black with #DCE589
Text Example
Text Example
White with #DCE589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE589; }
p { color: rgb(220,229,137); }
H1.HeaderClassName
{
color: #DCE589;
}
.AnyTagClassName
{
color: #DCE589;
}
</style>
background-color css
<style>
a { background-color: #DCE589; }
a { background-color: rgb(220,229,137); }
div.DivClassName
{
background-color: #DCE589;
}
.BgClassName
{
background-color: #DCE589;
}
</style>
border-color css
<style>
span { border-color: #DCE589; }
span { border-color: rgb(220,229,137); }
td.TdClassName
{
border-color: #DCE589;
}
.TagClassName
{
border-color: #DCE589;
}
</style>