Shades of Primrose #DCE087
Tints of Primrose #DCE087
RGB
CMYK
RGB Variations
Color information
#DCE087 (or 0xDCE087) is known color: Primrose. HEX triplet: DC, E0 and 87. RGB value is (220,224,135). Sum of RGB (Red+Green+Blue) = 220+224+135=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE087 is #231F78. Grayscale: #D5D5D5. Windows color (decimal): -2301817 or 8904924. OLE color: 8904924.
HSL color Cylindrical-coordinate representation of color #DCE087: hue angle of 62.7º 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 #DCE087 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 135 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.12 |
| HSL | 62.7º | 0.59% | 0.7% | - |
| HSV(B) | 62.7º | 0.4% | 0.88% | - |
| XYZ | 60.54 | 70.28 | 33.3 | - |
| YUV | 212.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 135 | 0.02 | 0 | 0.40 | 0.12 | 62.7 | 0.59 | 0.7 |
| Hex | DC | E0 | 87 | 2 | 0 | 28 | C | 3F | 3B | 46 |
| Octal | 334 | 340 | 207 | 2 | 0 | 50 | 14 | 77 | 73 | 106 |
| Binary | 11011100 | 11100000 | 10000111 | 10 | 0 | 101000 | 1100 | 111111 | 111011 | 1000110 |
Color Harmonies of #DCE087
Complementary color
Monochromatic Colors of #DCE087
Black with #DCE087
Text Example
Text Example
White with #DCE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE087; }
p { color: rgb(220,224,135); }
H1.HeaderClassName
{
color: #DCE087;
}
.AnyTagClassName
{
color: #DCE087;
}
</style>
background-color css
<style>
a { background-color: #DCE087; }
a { background-color: rgb(220,224,135); }
div.DivClassName
{
background-color: #DCE087;
}
.BgClassName
{
background-color: #DCE087;
}
</style>
border-color css
<style>
span { border-color: #DCE087; }
span { border-color: rgb(220,224,135); }
td.TdClassName
{
border-color: #DCE087;
}
.TagClassName
{
border-color: #DCE087;
}
</style>