Shades of Primrose #DCE88C
Tints of Primrose #DCE88C
RGB
CMYK
RGB Variations
Color information
#DCE88C (or 0xDCE88C) is known color: Primrose. HEX triplet: DC, E8 and 8C. RGB value is (220,232,140). Sum of RGB (Red+Green+Blue) = 220+232+140=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88C is #231773. Grayscale: #DADADA. Windows color (decimal): -2299764 or 9234652. OLE color: 9234652.
HSL color Cylindrical-coordinate representation of color #DCE88C: hue angle of 67.83º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE88C is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 140 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.09 |
| HSL | 67.83º | 0.67% | 0.73% | - |
| HSV(B) | 67.83º | 0.4% | 0.91% | - |
| XYZ | 63.11 | 74.82 | 35.93 | - |
| YUV | 217.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 140 | 0.05 | 0 | 0.40 | 0.09 | 67.83 | 0.67 | 0.73 |
| Hex | DC | E8 | 8C | 5 | 0 | 28 | 9 | 44 | 43 | 49 |
| Octal | 334 | 350 | 214 | 5 | 0 | 50 | 11 | 104 | 103 | 111 |
| Binary | 11011100 | 11101000 | 10001100 | 101 | 0 | 101000 | 1001 | 1000100 | 1000011 | 1001001 |
Color Harmonies of #DCE88C
Complementary color
Monochromatic Colors of #DCE88C
Black with #DCE88C
Text Example
Text Example
White with #DCE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE88C; }
p { color: rgb(220,232,140); }
H1.HeaderClassName
{
color: #DCE88C;
}
.AnyTagClassName
{
color: #DCE88C;
}
</style>
background-color css
<style>
a { background-color: #DCE88C; }
a { background-color: rgb(220,232,140); }
div.DivClassName
{
background-color: #DCE88C;
}
.BgClassName
{
background-color: #DCE88C;
}
</style>
border-color css
<style>
span { border-color: #DCE88C; }
span { border-color: rgb(220,232,140); }
td.TdClassName
{
border-color: #DCE88C;
}
.TagClassName
{
border-color: #DCE88C;
}
</style>