Shades of Primrose #DCE386
Tints of Primrose #DCE386
RGB
CMYK
RGB Variations
Color information
#DCE386 (or 0xDCE386) is known color: Primrose. HEX triplet: DC, E3 and 86. RGB value is (220,227,134). Sum of RGB (Red+Green+Blue) = 220+227+134=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE386 is #231C79. Grayscale: #D6D6D6. Windows color (decimal): -2301050 or 8840156. OLE color: 8840156.
HSL color Cylindrical-coordinate representation of color #DCE386: hue angle of 64.52º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE386 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 134 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.11 |
| HSL | 64.52º | 0.62% | 0.71% | - |
| HSV(B) | 64.52º | 0.41% | 0.89% | - |
| XYZ | 61.29 | 71.88 | 33.2 | - |
| YUV | 214.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 134 | 0.03 | 0 | 0.41 | 0.11 | 64.52 | 0.62 | 0.71 |
| Hex | DC | E3 | 86 | 3 | 0 | 29 | B | 41 | 3E | 47 |
| Octal | 334 | 343 | 206 | 3 | 0 | 51 | 13 | 101 | 76 | 107 |
| Binary | 11011100 | 11100011 | 10000110 | 11 | 0 | 101001 | 1011 | 1000001 | 111110 | 1000111 |
Color Harmonies of #DCE386
Complementary color
Monochromatic Colors of #DCE386
Black with #DCE386
Text Example
Text Example
White with #DCE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE386; }
p { color: rgb(220,227,134); }
H1.HeaderClassName
{
color: #DCE386;
}
.AnyTagClassName
{
color: #DCE386;
}
</style>
background-color css
<style>
a { background-color: #DCE386; }
a { background-color: rgb(220,227,134); }
div.DivClassName
{
background-color: #DCE386;
}
.BgClassName
{
background-color: #DCE386;
}
</style>
border-color css
<style>
span { border-color: #DCE386; }
span { border-color: rgb(220,227,134); }
td.TdClassName
{
border-color: #DCE386;
}
.TagClassName
{
border-color: #DCE386;
}
</style>