Shades of Primrose #DCE596
Tints of Primrose #DCE596
RGB
CMYK
RGB Variations
Color information
#DCE596 (or 0xDCE596) is known color: Primrose. HEX triplet: DC, E5 and 96. RGB value is (220,229,150). Sum of RGB (Red+Green+Blue) = 220+229+150=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE596 is #231A69. Grayscale: #D9D9D9. Windows color (decimal): -2300522 or 9889244. OLE color: 9889244.
HSL color Cylindrical-coordinate representation of color #DCE596: hue angle of 66.84º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE596 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 150 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 66.84º | 0.6% | 0.74% | - |
| HSV(B) | 66.84º | 0.34% | 0.9% | - |
| XYZ | 63.04 | 73.46 | 39.71 | - |
| YUV | 217.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 150 | 0.04 | 0 | 0.34 | 0.10 | 66.84 | 0.6 | 0.74 |
| Hex | DC | E5 | 96 | 4 | 0 | 22 | A | 43 | 3C | 4A |
| Octal | 334 | 345 | 226 | 4 | 0 | 42 | 12 | 103 | 74 | 112 |
| Binary | 11011100 | 11100101 | 10010110 | 100 | 0 | 100010 | 1010 | 1000011 | 111100 | 1001010 |
Color Harmonies of #DCE596
Complementary color
Monochromatic Colors of #DCE596
Black with #DCE596
Text Example
Text Example
White with #DCE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE596; }
p { color: rgb(220,229,150); }
H1.HeaderClassName
{
color: #DCE596;
}
.AnyTagClassName
{
color: #DCE596;
}
</style>
background-color css
<style>
a { background-color: #DCE596; }
a { background-color: rgb(220,229,150); }
div.DivClassName
{
background-color: #DCE596;
}
.BgClassName
{
background-color: #DCE596;
}
</style>
border-color css
<style>
span { border-color: #DCE596; }
span { border-color: rgb(220,229,150); }
td.TdClassName
{
border-color: #DCE596;
}
.TagClassName
{
border-color: #DCE596;
}
</style>