Shades of Primrose #DFE586
Tints of Primrose #DFE586
RGB
CMYK
RGB Variations
Color information
#DFE586 (or 0xDFE586) is known color: Primrose. HEX triplet: DF, E5 and 86. RGB value is (223,229,134). Sum of RGB (Red+Green+Blue) = 223+229+134=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE586 is #201A79. Grayscale: #D8D8D8. Windows color (decimal): -2103930 or 8840671. OLE color: 8840671.
HSL color Cylindrical-coordinate representation of color #DFE586: hue angle of 63.79º 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 #DFE586 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 134 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.10 |
| HSL | 63.79º | 0.65% | 0.71% | - |
| HSV(B) | 63.79º | 0.41% | 0.9% | - |
| XYZ | 62.75 | 73.45 | 33.42 | - |
| YUV | 216.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 134 | 0.03 | 0 | 0.41 | 0.10 | 63.79 | 0.65 | 0.71 |
| Hex | DF | E5 | 86 | 3 | 0 | 29 | A | 40 | 41 | 47 |
| Octal | 337 | 345 | 206 | 3 | 0 | 51 | 12 | 100 | 101 | 107 |
| Binary | 11011111 | 11100101 | 10000110 | 11 | 0 | 101001 | 1010 | 1000000 | 1000001 | 1000111 |
Color Harmonies of #DFE586
Complementary color
Monochromatic Colors of #DFE586
Black with #DFE586
Text Example
Text Example
White with #DFE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE586; }
p { color: rgb(223,229,134); }
H1.HeaderClassName
{
color: #DFE586;
}
.AnyTagClassName
{
color: #DFE586;
}
</style>
background-color css
<style>
a { background-color: #DFE586; }
a { background-color: rgb(223,229,134); }
div.DivClassName
{
background-color: #DFE586;
}
.BgClassName
{
background-color: #DFE586;
}
</style>
border-color css
<style>
span { border-color: #DFE586; }
span { border-color: rgb(223,229,134); }
td.TdClassName
{
border-color: #DFE586;
}
.TagClassName
{
border-color: #DFE586;
}
</style>