Shades of Primrose #DFE095
Tints of Primrose #DFE095
RGB
CMYK
RGB Variations
Color information
#DFE095 (or 0xDFE095) is known color: Primrose. HEX triplet: DF, E0 and 95. RGB value is (223,224,149). Sum of RGB (Red+Green+Blue) = 223+224+149=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE095 is #201F6A. Grayscale: #D7D7D7. Windows color (decimal): -2105195 or 9822431. OLE color: 9822431.
HSL color Cylindrical-coordinate representation of color #DFE095: hue angle of 60.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE095 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 149 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.12 |
| HSL | 60.8º | 0.55% | 0.73% | - |
| HSV(B) | 60.8º | 0.33% | 0.88% | - |
| XYZ | 62.51 | 71.17 | 38.88 | - |
| YUV | 215.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 149 | 0.00 | 0 | 0.33 | 0.12 | 60.8 | 0.55 | 0.73 |
| Hex | DF | E0 | 95 | 0 | 0 | 21 | C | 3D | 37 | 49 |
| Octal | 337 | 340 | 225 | 0 | 0 | 41 | 14 | 75 | 67 | 111 |
| Binary | 11011111 | 11100000 | 10010101 | 0 | 0 | 100001 | 1100 | 111101 | 110111 | 1001001 |
Color Harmonies of #DFE095
Complementary color
Monochromatic Colors of #DFE095
Black with #DFE095
Text Example
Text Example
White with #DFE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE095; }
p { color: rgb(223,224,149); }
H1.HeaderClassName
{
color: #DFE095;
}
.AnyTagClassName
{
color: #DFE095;
}
</style>
background-color css
<style>
a { background-color: #DFE095; }
a { background-color: rgb(223,224,149); }
div.DivClassName
{
background-color: #DFE095;
}
.BgClassName
{
background-color: #DFE095;
}
</style>
border-color css
<style>
span { border-color: #DFE095; }
span { border-color: rgb(223,224,149); }
td.TdClassName
{
border-color: #DFE095;
}
.TagClassName
{
border-color: #DFE095;
}
</style>