Shades of Primrose #DCE486
Tints of Primrose #DCE486
RGB
CMYK
RGB Variations
Color information
#DCE486 (or 0xDCE486) is known color: Primrose. HEX triplet: DC, E4 and 86. RGB value is (220,228,134). Sum of RGB (Red+Green+Blue) = 220+228+134=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE486 is #231B79. Grayscale: #D7D7D7. Windows color (decimal): -2300794 or 8840412. OLE color: 8840412.
HSL color Cylindrical-coordinate representation of color #DCE486: hue angle of 65.11º degrees, saturation: 0.64, 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 #DCE486 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 134 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.11 |
| HSL | 65.11º | 0.64% | 0.71% | - |
| HSV(B) | 65.11º | 0.41% | 0.89% | - |
| XYZ | 61.56 | 72.42 | 33.29 | - |
| YUV | 214.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 134 | 0.04 | 0 | 0.41 | 0.11 | 65.11 | 0.64 | 0.71 |
| Hex | DC | E4 | 86 | 4 | 0 | 29 | B | 41 | 40 | 47 |
| Octal | 334 | 344 | 206 | 4 | 0 | 51 | 13 | 101 | 100 | 107 |
| Binary | 11011100 | 11100100 | 10000110 | 100 | 0 | 101001 | 1011 | 1000001 | 1000000 | 1000111 |
Color Harmonies of #DCE486
Complementary color
Monochromatic Colors of #DCE486
Black with #DCE486
Text Example
Text Example
White with #DCE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE486; }
p { color: rgb(220,228,134); }
H1.HeaderClassName
{
color: #DCE486;
}
.AnyTagClassName
{
color: #DCE486;
}
</style>
background-color css
<style>
a { background-color: #DCE486; }
a { background-color: rgb(220,228,134); }
div.DivClassName
{
background-color: #DCE486;
}
.BgClassName
{
background-color: #DCE486;
}
</style>
border-color css
<style>
span { border-color: #DCE486; }
span { border-color: rgb(220,228,134); }
td.TdClassName
{
border-color: #DCE486;
}
.TagClassName
{
border-color: #DCE486;
}
</style>