Shades of Primrose #DCE18F
Tints of Primrose #DCE18F
RGB
CMYK
RGB Variations
Color information
#DCE18F (or 0xDCE18F) is known color: Primrose. HEX triplet: DC, E1 and 8F. RGB value is (220,225,143). Sum of RGB (Red+Green+Blue) = 220+225+143=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE18F is #231E70. Grayscale: #D6D6D6. Windows color (decimal): -2301553 or 9429468. OLE color: 9429468.
HSL color Cylindrical-coordinate representation of color #DCE18F: hue angle of 63.66º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE18F is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 143 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.12 |
| HSL | 63.66º | 0.58% | 0.72% | - |
| HSV(B) | 63.66º | 0.36% | 0.88% | - |
| XYZ | 61.4 | 71.05 | 36.46 | - |
| YUV | 214.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 143 | 0.02 | 0 | 0.36 | 0.12 | 63.66 | 0.58 | 0.72 |
| Hex | DC | E1 | 8F | 2 | 0 | 24 | C | 40 | 3A | 48 |
| Octal | 334 | 341 | 217 | 2 | 0 | 44 | 14 | 100 | 72 | 110 |
| Binary | 11011100 | 11100001 | 10001111 | 10 | 0 | 100100 | 1100 | 1000000 | 111010 | 1001000 |
Color Harmonies of #DCE18F
Complementary color
Monochromatic Colors of #DCE18F
Black with #DCE18F
Text Example
Text Example
White with #DCE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE18F; }
p { color: rgb(220,225,143); }
H1.HeaderClassName
{
color: #DCE18F;
}
.AnyTagClassName
{
color: #DCE18F;
}
</style>
background-color css
<style>
a { background-color: #DCE18F; }
a { background-color: rgb(220,225,143); }
div.DivClassName
{
background-color: #DCE18F;
}
.BgClassName
{
background-color: #DCE18F;
}
</style>
border-color css
<style>
span { border-color: #DCE18F; }
span { border-color: rgb(220,225,143); }
td.TdClassName
{
border-color: #DCE18F;
}
.TagClassName
{
border-color: #DCE18F;
}
</style>