Shades of Primrose #DCE18D
Tints of Primrose #DCE18D
RGB
CMYK
RGB Variations
Color information
#DCE18D (or 0xDCE18D) is known color: Primrose. HEX triplet: DC, E1 and 8D. RGB value is (220,225,141). Sum of RGB (Red+Green+Blue) = 220+225+141=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE18D is #231E72. Grayscale: #D6D6D6. Windows color (decimal): -2301555 or 9298396. OLE color: 9298396.
HSL color Cylindrical-coordinate representation of color #DCE18D: hue angle of 63.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCE18D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 141 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.12 |
| HSL | 63.57º | 0.58% | 0.72% | - |
| HSV(B) | 63.57º | 0.37% | 0.88% | - |
| XYZ | 61.25 | 70.99 | 35.67 | - |
| YUV | 213.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 141 | 0.02 | 0 | 0.37 | 0.12 | 63.57 | 0.58 | 0.72 |
| Hex | DC | E1 | 8D | 2 | 0 | 25 | C | 40 | 3A | 48 |
| Octal | 334 | 341 | 215 | 2 | 0 | 45 | 14 | 100 | 72 | 110 |
| Binary | 11011100 | 11100001 | 10001101 | 10 | 0 | 100101 | 1100 | 1000000 | 111010 | 1001000 |
Color Harmonies of #DCE18D
Complementary color
Monochromatic Colors of #DCE18D
Black with #DCE18D
Text Example
Text Example
White with #DCE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE18D; }
p { color: rgb(220,225,141); }
H1.HeaderClassName
{
color: #DCE18D;
}
.AnyTagClassName
{
color: #DCE18D;
}
</style>
background-color css
<style>
a { background-color: #DCE18D; }
a { background-color: rgb(220,225,141); }
div.DivClassName
{
background-color: #DCE18D;
}
.BgClassName
{
background-color: #DCE18D;
}
</style>
border-color css
<style>
span { border-color: #DCE18D; }
span { border-color: rgb(220,225,141); }
td.TdClassName
{
border-color: #DCE18D;
}
.TagClassName
{
border-color: #DCE18D;
}
</style>