Shades of Primrose #DCE491
Tints of Primrose #DCE491
RGB
CMYK
RGB Variations
Color information
#DCE491 (or 0xDCE491) is known color: Primrose. HEX triplet: DC, E4 and 91. RGB value is (220,228,145). Sum of RGB (Red+Green+Blue) = 220+228+145=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE491 is #231B6E. Grayscale: #D8D8D8. Windows color (decimal): -2300783 or 9561308. OLE color: 9561308.
HSL color Cylindrical-coordinate representation of color #DCE491: hue angle of 65.78º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE491 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 145 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.11 |
| HSL | 65.78º | 0.61% | 0.73% | - |
| HSV(B) | 65.78º | 0.36% | 0.89% | - |
| XYZ | 62.37 | 72.75 | 37.54 | - |
| YUV | 216.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 145 | 0.04 | 0 | 0.36 | 0.11 | 65.78 | 0.61 | 0.73 |
| Hex | DC | E4 | 91 | 4 | 0 | 24 | B | 42 | 3D | 49 |
| Octal | 334 | 344 | 221 | 4 | 0 | 44 | 13 | 102 | 75 | 111 |
| Binary | 11011100 | 11100100 | 10010001 | 100 | 0 | 100100 | 1011 | 1000010 | 111101 | 1001001 |
Color Harmonies of #DCE491
Complementary color
Monochromatic Colors of #DCE491
Black with #DCE491
Text Example
Text Example
White with #DCE491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE491; }
p { color: rgb(220,228,145); }
H1.HeaderClassName
{
color: #DCE491;
}
.AnyTagClassName
{
color: #DCE491;
}
</style>
background-color css
<style>
a { background-color: #DCE491; }
a { background-color: rgb(220,228,145); }
div.DivClassName
{
background-color: #DCE491;
}
.BgClassName
{
background-color: #DCE491;
}
</style>
border-color css
<style>
span { border-color: #DCE491; }
span { border-color: rgb(220,228,145); }
td.TdClassName
{
border-color: #DCE491;
}
.TagClassName
{
border-color: #DCE491;
}
</style>