Shades of Primrose #DFE092
Tints of Primrose #DFE092
RGB
CMYK
RGB Variations
Color information
#DFE092 (or 0xDFE092) is known color: Primrose. HEX triplet: DF, E0 and 92. RGB value is (223,224,146). Sum of RGB (Red+Green+Blue) = 223+224+146=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE092 is #201F6D. Grayscale: #D7D7D7. Windows color (decimal): -2105198 or 9625823. OLE color: 9625823.
HSL color Cylindrical-coordinate representation of color #DFE092: hue angle of 60.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFE092 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 146 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.12 |
| HSL | 60.77º | 0.56% | 0.73% | - |
| HSV(B) | 60.77º | 0.35% | 0.88% | - |
| XYZ | 62.28 | 71.07 | 37.63 | - |
| YUV | 214.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 146 | 0.00 | 0 | 0.35 | 0.12 | 60.77 | 0.56 | 0.73 |
| Hex | DF | E0 | 92 | 0 | 0 | 23 | C | 3D | 38 | 49 |
| Octal | 337 | 340 | 222 | 0 | 0 | 43 | 14 | 75 | 70 | 111 |
| Binary | 11011111 | 11100000 | 10010010 | 0 | 0 | 100011 | 1100 | 111101 | 111000 | 1001001 |
Color Harmonies of #DFE092
Complementary color
Monochromatic Colors of #DFE092
Black with #DFE092
Text Example
Text Example
White with #DFE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE092; }
p { color: rgb(223,224,146); }
H1.HeaderClassName
{
color: #DFE092;
}
.AnyTagClassName
{
color: #DFE092;
}
</style>
background-color css
<style>
a { background-color: #DFE092; }
a { background-color: rgb(223,224,146); }
div.DivClassName
{
background-color: #DFE092;
}
.BgClassName
{
background-color: #DFE092;
}
</style>
border-color css
<style>
span { border-color: #DFE092; }
span { border-color: rgb(223,224,146); }
td.TdClassName
{
border-color: #DFE092;
}
.TagClassName
{
border-color: #DFE092;
}
</style>