Shades of Primrose #DCE499
Tints of Primrose #DCE499
RGB
CMYK
RGB Variations
Color information
#DCE499 (or 0xDCE499) is known color: Primrose. HEX triplet: DC, E4 and 99. RGB value is (220,228,153). Sum of RGB (Red+Green+Blue) = 220+228+153=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE499 is #231B66. Grayscale: #D9D9D9. Windows color (decimal): -2300775 or 10085596. OLE color: 10085596.
HSL color Cylindrical-coordinate representation of color #DCE499: hue angle of 66.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE499 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 153 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 66.4º | 0.58% | 0.75% | - |
| HSV(B) | 66.4º | 0.33% | 0.89% | - |
| XYZ | 63.01 | 73 | 40.91 | - |
| YUV | 217.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 153 | 0.04 | 0 | 0.33 | 0.11 | 66.4 | 0.58 | 0.75 |
| Hex | DC | E4 | 99 | 4 | 0 | 21 | B | 42 | 3A | 4B |
| Octal | 334 | 344 | 231 | 4 | 0 | 41 | 13 | 102 | 72 | 113 |
| Binary | 11011100 | 11100100 | 10011001 | 100 | 0 | 100001 | 1011 | 1000010 | 111010 | 1001011 |
Color Harmonies of #DCE499
Complementary color
Monochromatic Colors of #DCE499
Black with #DCE499
Text Example
Text Example
White with #DCE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE499; }
p { color: rgb(220,228,153); }
H1.HeaderClassName
{
color: #DCE499;
}
.AnyTagClassName
{
color: #DCE499;
}
</style>
background-color css
<style>
a { background-color: #DCE499; }
a { background-color: rgb(220,228,153); }
div.DivClassName
{
background-color: #DCE499;
}
.BgClassName
{
background-color: #DCE499;
}
</style>
border-color css
<style>
span { border-color: #DCE499; }
span { border-color: rgb(220,228,153); }
td.TdClassName
{
border-color: #DCE499;
}
.TagClassName
{
border-color: #DCE499;
}
</style>