Shades of Primrose #DFE585
Tints of Primrose #DFE585
RGB
CMYK
RGB Variations
Color information
#DFE585 (or 0xDFE585) is known color: Primrose. HEX triplet: DF, E5 and 85. RGB value is (223,229,133). Sum of RGB (Red+Green+Blue) = 223+229+133=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE585 is #201A7A. Grayscale: #D8D8D8. Windows color (decimal): -2103931 or 8775135. OLE color: 8775135.
HSL color Cylindrical-coordinate representation of color #DFE585: hue angle of 63.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE585 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 133 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.10 |
| HSL | 63.75º | 0.65% | 0.71% | - |
| HSV(B) | 63.75º | 0.42% | 0.9% | - |
| XYZ | 62.68 | 73.42 | 33.06 | - |
| YUV | 216.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 133 | 0.03 | 0 | 0.42 | 0.10 | 63.75 | 0.65 | 0.71 |
| Hex | DF | E5 | 85 | 3 | 0 | 2A | A | 40 | 41 | 47 |
| Octal | 337 | 345 | 205 | 3 | 0 | 52 | 12 | 100 | 101 | 107 |
| Binary | 11011111 | 11100101 | 10000101 | 11 | 0 | 101010 | 1010 | 1000000 | 1000001 | 1000111 |
Color Harmonies of #DFE585
Complementary color
Monochromatic Colors of #DFE585
Black with #DFE585
Text Example
Text Example
White with #DFE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE585; }
p { color: rgb(223,229,133); }
H1.HeaderClassName
{
color: #DFE585;
}
.AnyTagClassName
{
color: #DFE585;
}
</style>
background-color css
<style>
a { background-color: #DFE585; }
a { background-color: rgb(223,229,133); }
div.DivClassName
{
background-color: #DFE585;
}
.BgClassName
{
background-color: #DFE585;
}
</style>
border-color css
<style>
span { border-color: #DFE585; }
span { border-color: rgb(223,229,133); }
td.TdClassName
{
border-color: #DFE585;
}
.TagClassName
{
border-color: #DFE585;
}
</style>