Shades of Primrose #DCE089
Tints of Primrose #DCE089
RGB
CMYK
RGB Variations
Color information
#DCE089 (or 0xDCE089) is known color: Primrose. HEX triplet: DC, E0 and 89. RGB value is (220,224,137). Sum of RGB (Red+Green+Blue) = 220+224+137=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE089 is #231F76. Grayscale: #D5D5D5. Windows color (decimal): -2301815 or 9035996. OLE color: 9035996.
HSL color Cylindrical-coordinate representation of color #DCE089: hue angle of 62.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE089 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 137 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.12 |
| HSL | 62.76º | 0.58% | 0.71% | - |
| HSV(B) | 62.76º | 0.39% | 0.88% | - |
| XYZ | 60.69 | 70.33 | 34.04 | - |
| YUV | 212.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 137 | 0.02 | 0 | 0.39 | 0.12 | 62.76 | 0.58 | 0.71 |
| Hex | DC | E0 | 89 | 2 | 0 | 27 | C | 3F | 3A | 47 |
| Octal | 334 | 340 | 211 | 2 | 0 | 47 | 14 | 77 | 72 | 107 |
| Binary | 11011100 | 11100000 | 10001001 | 10 | 0 | 100111 | 1100 | 111111 | 111010 | 1000111 |
Color Harmonies of #DCE089
Complementary color
Monochromatic Colors of #DCE089
Black with #DCE089
Text Example
Text Example
White with #DCE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE089; }
p { color: rgb(220,224,137); }
H1.HeaderClassName
{
color: #DCE089;
}
.AnyTagClassName
{
color: #DCE089;
}
</style>
background-color css
<style>
a { background-color: #DCE089; }
a { background-color: rgb(220,224,137); }
div.DivClassName
{
background-color: #DCE089;
}
.BgClassName
{
background-color: #DCE089;
}
</style>
border-color css
<style>
span { border-color: #DCE089; }
span { border-color: rgb(220,224,137); }
td.TdClassName
{
border-color: #DCE089;
}
.TagClassName
{
border-color: #DCE089;
}
</style>