Shades of Primrose #DFE093
Tints of Primrose #DFE093
RGB
CMYK
RGB Variations
Color information
#DFE093 (or 0xDFE093) is known color: Primrose. HEX triplet: DF, E0 and 93. RGB value is (223,224,147). Sum of RGB (Red+Green+Blue) = 223+224+147=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE093 is #201F6C. Grayscale: #D7D7D7. Windows color (decimal): -2105197 or 9691359. OLE color: 9691359.
HSL color Cylindrical-coordinate representation of color #DFE093: hue angle of 60.78º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFE093 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 147 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.12 |
| HSL | 60.78º | 0.55% | 0.73% | - |
| HSV(B) | 60.78º | 0.34% | 0.88% | - |
| XYZ | 62.35 | 71.11 | 38.04 | - |
| YUV | 214.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 147 | 0.00 | 0 | 0.34 | 0.12 | 60.78 | 0.55 | 0.73 |
| Hex | DF | E0 | 93 | 0 | 0 | 22 | C | 3D | 37 | 49 |
| Octal | 337 | 340 | 223 | 0 | 0 | 42 | 14 | 75 | 67 | 111 |
| Binary | 11011111 | 11100000 | 10010011 | 0 | 0 | 100010 | 1100 | 111101 | 110111 | 1001001 |
Color Harmonies of #DFE093
Complementary color
Monochromatic Colors of #DFE093
Black with #DFE093
Text Example
Text Example
White with #DFE093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE093; }
p { color: rgb(223,224,147); }
H1.HeaderClassName
{
color: #DFE093;
}
.AnyTagClassName
{
color: #DFE093;
}
</style>
background-color css
<style>
a { background-color: #DFE093; }
a { background-color: rgb(223,224,147); }
div.DivClassName
{
background-color: #DFE093;
}
.BgClassName
{
background-color: #DFE093;
}
</style>
border-color css
<style>
span { border-color: #DFE093; }
span { border-color: rgb(223,224,147); }
td.TdClassName
{
border-color: #DFE093;
}
.TagClassName
{
border-color: #DFE093;
}
</style>