Shades of Primrose #DCE19C
Tints of Primrose #DCE19C
RGB
CMYK
RGB Variations
Color information
#DCE19C (or 0xDCE19C) is known color: Primrose. HEX triplet: DC, E1 and 9C. RGB value is (220,225,156). Sum of RGB (Red+Green+Blue) = 220+225+156=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19C is #231E63. Grayscale: #D7D7D7. Windows color (decimal): -2301540 or 10281436. OLE color: 10281436.
HSL color Cylindrical-coordinate representation of color #DCE19C: hue angle of 64.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCE19C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 156 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.12 |
| HSL | 64.35º | 0.53% | 0.75% | - |
| HSV(B) | 64.35º | 0.31% | 0.88% | - |
| XYZ | 62.44 | 71.47 | 41.96 | - |
| YUV | 215.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 156 | 0.02 | 0 | 0.31 | 0.12 | 64.35 | 0.53 | 0.75 |
| Hex | DC | E1 | 9C | 2 | 0 | 1F | C | 40 | 35 | 4B |
| Octal | 334 | 341 | 234 | 2 | 0 | 37 | 14 | 100 | 65 | 113 |
| Binary | 11011100 | 11100001 | 10011100 | 10 | 0 | 11111 | 1100 | 1000000 | 110101 | 1001011 |
Color Harmonies of #DCE19C
Complementary color
Monochromatic Colors of #DCE19C
Black with #DCE19C
Text Example
Text Example
White with #DCE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE19C; }
p { color: rgb(220,225,156); }
H1.HeaderClassName
{
color: #DCE19C;
}
.AnyTagClassName
{
color: #DCE19C;
}
</style>
background-color css
<style>
a { background-color: #DCE19C; }
a { background-color: rgb(220,225,156); }
div.DivClassName
{
background-color: #DCE19C;
}
.BgClassName
{
background-color: #DCE19C;
}
</style>
border-color css
<style>
span { border-color: #DCE19C; }
span { border-color: rgb(220,225,156); }
td.TdClassName
{
border-color: #DCE19C;
}
.TagClassName
{
border-color: #DCE19C;
}
</style>