Shades of Primrose #DCE595
Tints of Primrose #DCE595
RGB
CMYK
RGB Variations
Color information
#DCE595 (or 0xDCE595) is known color: Primrose. HEX triplet: DC, E5 and 95. RGB value is (220,229,149). Sum of RGB (Red+Green+Blue) = 220+229+149=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE595 is #231A6A. Grayscale: #D9D9D9. Windows color (decimal): -2300523 or 9823708. OLE color: 9823708.
HSL color Cylindrical-coordinate representation of color #DCE595: hue angle of 66.75º 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 #DCE595 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 149 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.10 |
| HSL | 66.75º | 0.61% | 0.74% | - |
| HSV(B) | 66.75º | 0.35% | 0.9% | - |
| XYZ | 62.96 | 73.42 | 39.29 | - |
| YUV | 217.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 149 | 0.04 | 0 | 0.35 | 0.10 | 66.75 | 0.61 | 0.74 |
| Hex | DC | E5 | 95 | 4 | 0 | 23 | A | 43 | 3D | 4A |
| Octal | 334 | 345 | 225 | 4 | 0 | 43 | 12 | 103 | 75 | 112 |
| Binary | 11011100 | 11100101 | 10010101 | 100 | 0 | 100011 | 1010 | 1000011 | 111101 | 1001010 |
Color Harmonies of #DCE595
Complementary color
Monochromatic Colors of #DCE595
Black with #DCE595
Text Example
Text Example
White with #DCE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE595; }
p { color: rgb(220,229,149); }
H1.HeaderClassName
{
color: #DCE595;
}
.AnyTagClassName
{
color: #DCE595;
}
</style>
background-color css
<style>
a { background-color: #DCE595; }
a { background-color: rgb(220,229,149); }
div.DivClassName
{
background-color: #DCE595;
}
.BgClassName
{
background-color: #DCE595;
}
</style>
border-color css
<style>
span { border-color: #DCE595; }
span { border-color: rgb(220,229,149); }
td.TdClassName
{
border-color: #DCE595;
}
.TagClassName
{
border-color: #DCE595;
}
</style>