Shades of Primrose #DCE586
Tints of Primrose #DCE586
RGB
CMYK
RGB Variations
Color information
#DCE586 (or 0xDCE586) is known color: Primrose. HEX triplet: DC, E5 and 86. RGB value is (220,229,134). Sum of RGB (Red+Green+Blue) = 220+229+134=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE586 is #231A79. Grayscale: #D7D7D7. Windows color (decimal): -2300538 or 8840668. OLE color: 8840668.
HSL color Cylindrical-coordinate representation of color #DCE586: hue angle of 65.68º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE586 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 134 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.10 |
| HSL | 65.68º | 0.65% | 0.71% | - |
| HSV(B) | 65.68º | 0.41% | 0.9% | - |
| XYZ | 61.84 | 72.98 | 33.38 | - |
| YUV | 215.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 134 | 0.04 | 0 | 0.41 | 0.10 | 65.68 | 0.65 | 0.71 |
| Hex | DC | E5 | 86 | 4 | 0 | 29 | A | 42 | 41 | 47 |
| Octal | 334 | 345 | 206 | 4 | 0 | 51 | 12 | 102 | 101 | 107 |
| Binary | 11011100 | 11100101 | 10000110 | 100 | 0 | 101001 | 1010 | 1000010 | 1000001 | 1000111 |
Color Harmonies of #DCE586
Complementary color
Monochromatic Colors of #DCE586
Black with #DCE586
Text Example
Text Example
White with #DCE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE586; }
p { color: rgb(220,229,134); }
H1.HeaderClassName
{
color: #DCE586;
}
.AnyTagClassName
{
color: #DCE586;
}
</style>
background-color css
<style>
a { background-color: #DCE586; }
a { background-color: rgb(220,229,134); }
div.DivClassName
{
background-color: #DCE586;
}
.BgClassName
{
background-color: #DCE586;
}
</style>
border-color css
<style>
span { border-color: #DCE586; }
span { border-color: rgb(220,229,134); }
td.TdClassName
{
border-color: #DCE586;
}
.TagClassName
{
border-color: #DCE586;
}
</style>