Shades of Primrose #DCE091
Tints of Primrose #DCE091
RGB
CMYK
RGB Variations
Color information
#DCE091 (or 0xDCE091) is known color: Primrose. HEX triplet: DC, E0 and 91. RGB value is (220,224,145). Sum of RGB (Red+Green+Blue) = 220+224+145=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE091 is #231F6E. Grayscale: #D6D6D6. Windows color (decimal): -2301807 or 9560284. OLE color: 9560284.
HSL color Cylindrical-coordinate representation of color #DCE091: hue angle of 63.04º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE091 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 145 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.12 |
| HSL | 63.04º | 0.56% | 0.72% | - |
| HSV(B) | 63.04º | 0.35% | 0.88% | - |
| XYZ | 61.28 | 70.57 | 37.18 | - |
| YUV | 213.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 145 | 0.02 | 0 | 0.35 | 0.12 | 63.04 | 0.56 | 0.72 |
| Hex | DC | E0 | 91 | 2 | 0 | 23 | C | 3F | 38 | 48 |
| Octal | 334 | 340 | 221 | 2 | 0 | 43 | 14 | 77 | 70 | 110 |
| Binary | 11011100 | 11100000 | 10010001 | 10 | 0 | 100011 | 1100 | 111111 | 111000 | 1001000 |
Color Harmonies of #DCE091
Complementary color
Monochromatic Colors of #DCE091
Black with #DCE091
Text Example
Text Example
White with #DCE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE091; }
p { color: rgb(220,224,145); }
H1.HeaderClassName
{
color: #DCE091;
}
.AnyTagClassName
{
color: #DCE091;
}
</style>
background-color css
<style>
a { background-color: #DCE091; }
a { background-color: rgb(220,224,145); }
div.DivClassName
{
background-color: #DCE091;
}
.BgClassName
{
background-color: #DCE091;
}
</style>
border-color css
<style>
span { border-color: #DCE091; }
span { border-color: rgb(220,224,145); }
td.TdClassName
{
border-color: #DCE091;
}
.TagClassName
{
border-color: #DCE091;
}
</style>