Shades of Primrose #DCE095
Tints of Primrose #DCE095
RGB
CMYK
RGB Variations
Color information
#DCE095 (or 0xDCE095) is known color: Primrose. HEX triplet: DC, E0 and 95. RGB value is (220,224,149). Sum of RGB (Red+Green+Blue) = 220+224+149=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE095 is #231F6A. Grayscale: #D6D6D6. Windows color (decimal): -2301803 or 9822428. OLE color: 9822428.
HSL color Cylindrical-coordinate representation of color #DCE095: hue angle of 63.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE095 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 149 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 63.2º | 0.55% | 0.73% | - |
| HSV(B) | 63.2º | 0.33% | 0.88% | - |
| XYZ | 61.6 | 70.7 | 38.83 | - |
| YUV | 214.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 149 | 0.02 | 0 | 0.33 | 0.12 | 63.2 | 0.55 | 0.73 |
| Hex | DC | E0 | 95 | 2 | 0 | 21 | C | 3F | 37 | 49 |
| Octal | 334 | 340 | 225 | 2 | 0 | 41 | 14 | 77 | 67 | 111 |
| Binary | 11011100 | 11100000 | 10010101 | 10 | 0 | 100001 | 1100 | 111111 | 110111 | 1001001 |
Color Harmonies of #DCE095
Complementary color
Monochromatic Colors of #DCE095
Black with #DCE095
Text Example
Text Example
White with #DCE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE095; }
p { color: rgb(220,224,149); }
H1.HeaderClassName
{
color: #DCE095;
}
.AnyTagClassName
{
color: #DCE095;
}
</style>
background-color css
<style>
a { background-color: #DCE095; }
a { background-color: rgb(220,224,149); }
div.DivClassName
{
background-color: #DCE095;
}
.BgClassName
{
background-color: #DCE095;
}
</style>
border-color css
<style>
span { border-color: #DCE095; }
span { border-color: rgb(220,224,149); }
td.TdClassName
{
border-color: #DCE095;
}
.TagClassName
{
border-color: #DCE095;
}
</style>