Shades of Primrose #DCE594
Tints of Primrose #DCE594
RGB
CMYK
RGB Variations
Color information
#DCE594 (or 0xDCE594) is known color: Primrose. HEX triplet: DC, E5 and 94. RGB value is (220,229,148). Sum of RGB (Red+Green+Blue) = 220+229+148=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE594 is #231A6B. Grayscale: #D9D9D9. Windows color (decimal): -2300524 or 9758172. OLE color: 9758172.
HSL color Cylindrical-coordinate representation of color #DCE594: hue angle of 66.67º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE594 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 148 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.10 |
| HSL | 66.67º | 0.61% | 0.74% | - |
| HSV(B) | 66.67º | 0.35% | 0.9% | - |
| XYZ | 62.88 | 73.39 | 38.87 | - |
| YUV | 217.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 148 | 0.04 | 0 | 0.35 | 0.10 | 66.67 | 0.61 | 0.74 |
| Hex | DC | E5 | 94 | 4 | 0 | 23 | A | 43 | 3D | 4A |
| Octal | 334 | 345 | 224 | 4 | 0 | 43 | 12 | 103 | 75 | 112 |
| Binary | 11011100 | 11100101 | 10010100 | 100 | 0 | 100011 | 1010 | 1000011 | 111101 | 1001010 |
Color Harmonies of #DCE594
Complementary color
Monochromatic Colors of #DCE594
Black with #DCE594
Text Example
Text Example
White with #DCE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE594; }
p { color: rgb(220,229,148); }
H1.HeaderClassName
{
color: #DCE594;
}
.AnyTagClassName
{
color: #DCE594;
}
</style>
background-color css
<style>
a { background-color: #DCE594; }
a { background-color: rgb(220,229,148); }
div.DivClassName
{
background-color: #DCE594;
}
.BgClassName
{
background-color: #DCE594;
}
</style>
border-color css
<style>
span { border-color: #DCE594; }
span { border-color: rgb(220,229,148); }
td.TdClassName
{
border-color: #DCE594;
}
.TagClassName
{
border-color: #DCE594;
}
</style>