Shades of Primrose #DCE19A
Tints of Primrose #DCE19A
RGB
CMYK
RGB Variations
Color information
#DCE19A (or 0xDCE19A) is known color: Primrose. HEX triplet: DC, E1 and 9A. RGB value is (220,225,154). Sum of RGB (Red+Green+Blue) = 220+225+154=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19A is #231E65. Grayscale: #D7D7D7. Windows color (decimal): -2301542 or 10150364. OLE color: 10150364.
HSL color Cylindrical-coordinate representation of color #DCE19A: hue angle of 64.23º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE19A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 154 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.12 |
| HSL | 64.23º | 0.54% | 0.74% | - |
| HSV(B) | 64.23º | 0.32% | 0.88% | - |
| XYZ | 62.27 | 71.4 | 41.07 | - |
| YUV | 215.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 154 | 0.02 | 0 | 0.32 | 0.12 | 64.23 | 0.54 | 0.74 |
| Hex | DC | E1 | 9A | 2 | 0 | 20 | C | 40 | 36 | 4A |
| Octal | 334 | 341 | 232 | 2 | 0 | 40 | 14 | 100 | 66 | 112 |
| Binary | 11011100 | 11100001 | 10011010 | 10 | 0 | 100000 | 1100 | 1000000 | 110110 | 1001010 |
Color Harmonies of #DCE19A
Complementary color
Monochromatic Colors of #DCE19A
Black with #DCE19A
Text Example
Text Example
White with #DCE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE19A; }
p { color: rgb(220,225,154); }
H1.HeaderClassName
{
color: #DCE19A;
}
.AnyTagClassName
{
color: #DCE19A;
}
</style>
background-color css
<style>
a { background-color: #DCE19A; }
a { background-color: rgb(220,225,154); }
div.DivClassName
{
background-color: #DCE19A;
}
.BgClassName
{
background-color: #DCE19A;
}
</style>
border-color css
<style>
span { border-color: #DCE19A; }
span { border-color: rgb(220,225,154); }
td.TdClassName
{
border-color: #DCE19A;
}
.TagClassName
{
border-color: #DCE19A;
}
</style>