Shades of Primrose #DFE189
Tints of Primrose #DFE189
RGB
CMYK
RGB Variations
Color information
#DFE189 (or 0xDFE189) is known color: Primrose. HEX triplet: DF, E1 and 89. RGB value is (223,225,137). Sum of RGB (Red+Green+Blue) = 223+225+137=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE189 is #201E76. Grayscale: #D6D6D6. Windows color (decimal): -2104951 or 9036255. OLE color: 9036255.
HSL color Cylindrical-coordinate representation of color #DFE189: hue angle of 61.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFE189 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 137 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.12 |
| HSL | 61.36º | 0.59% | 0.71% | - |
| HSV(B) | 61.36º | 0.39% | 0.88% | - |
| XYZ | 61.87 | 71.34 | 34.18 | - |
| YUV | 214.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 137 | 0.01 | 0 | 0.39 | 0.12 | 61.36 | 0.59 | 0.71 |
| Hex | DF | E1 | 89 | 1 | 0 | 27 | C | 3D | 3B | 47 |
| Octal | 337 | 341 | 211 | 1 | 0 | 47 | 14 | 75 | 73 | 107 |
| Binary | 11011111 | 11100001 | 10001001 | 1 | 0 | 100111 | 1100 | 111101 | 111011 | 1000111 |
Color Harmonies of #DFE189
Complementary color
Monochromatic Colors of #DFE189
Black with #DFE189
Text Example
Text Example
White with #DFE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE189; }
p { color: rgb(223,225,137); }
H1.HeaderClassName
{
color: #DFE189;
}
.AnyTagClassName
{
color: #DFE189;
}
</style>
background-color css
<style>
a { background-color: #DFE189; }
a { background-color: rgb(223,225,137); }
div.DivClassName
{
background-color: #DFE189;
}
.BgClassName
{
background-color: #DFE189;
}
</style>
border-color css
<style>
span { border-color: #DFE189; }
span { border-color: rgb(223,225,137); }
td.TdClassName
{
border-color: #DFE189;
}
.TagClassName
{
border-color: #DFE189;
}
</style>