Shades of Primrose #DCE98C
Tints of Primrose #DCE98C
RGB
CMYK
RGB Variations
Color information
#DCE98C (or 0xDCE98C) is known color: Primrose. HEX triplet: DC, E9 and 8C. RGB value is (220,233,140). Sum of RGB (Red+Green+Blue) = 220+233+140=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE98C is #231673. Grayscale: #DADADA. Windows color (decimal): -2299508 or 9234908. OLE color: 9234908.
HSL color Cylindrical-coordinate representation of color #DCE98C: hue angle of 68.39º degrees, saturation: 0.68, 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 #DCE98C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 140 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.09 |
| HSL | 68.39º | 0.68% | 0.73% | - |
| HSV(B) | 68.39º | 0.4% | 0.91% | - |
| XYZ | 63.39 | 75.39 | 36.02 | - |
| YUV | 218.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 140 | 0.06 | 0 | 0.40 | 0.09 | 68.39 | 0.68 | 0.73 |
| Hex | DC | E9 | 8C | 6 | 0 | 28 | 9 | 44 | 44 | 49 |
| Octal | 334 | 351 | 214 | 6 | 0 | 50 | 11 | 104 | 104 | 111 |
| Binary | 11011100 | 11101001 | 10001100 | 110 | 0 | 101000 | 1001 | 1000100 | 1000100 | 1001001 |
Color Harmonies of #DCE98C
Complementary color
Monochromatic Colors of #DCE98C
Black with #DCE98C
Text Example
Text Example
White with #DCE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE98C; }
p { color: rgb(220,233,140); }
H1.HeaderClassName
{
color: #DCE98C;
}
.AnyTagClassName
{
color: #DCE98C;
}
</style>
background-color css
<style>
a { background-color: #DCE98C; }
a { background-color: rgb(220,233,140); }
div.DivClassName
{
background-color: #DCE98C;
}
.BgClassName
{
background-color: #DCE98C;
}
</style>
border-color css
<style>
span { border-color: #DCE98C; }
span { border-color: rgb(220,233,140); }
td.TdClassName
{
border-color: #DCE98C;
}
.TagClassName
{
border-color: #DCE98C;
}
</style>