Shades of Primrose #DFE28F
Tints of Primrose #DFE28F
RGB
CMYK
RGB Variations
Color information
#DFE28F (or 0xDFE28F) is known color: Primrose. HEX triplet: DF, E2 and 8F. RGB value is (223,226,143). Sum of RGB (Red+Green+Blue) = 223+226+143=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28F is #201D70. Grayscale: #D7D7D7. Windows color (decimal): -2104689 or 9429727. OLE color: 9429727.
HSL color Cylindrical-coordinate representation of color #DFE28F: hue angle of 62.17º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE28F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 143 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.11 |
| HSL | 62.17º | 0.59% | 0.72% | - |
| HSV(B) | 62.17º | 0.37% | 0.89% | - |
| XYZ | 62.59 | 72.06 | 36.6 | - |
| YUV | 215.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 143 | 0.01 | 0 | 0.37 | 0.11 | 62.17 | 0.59 | 0.72 |
| Hex | DF | E2 | 8F | 1 | 0 | 25 | B | 3E | 3B | 48 |
| Octal | 337 | 342 | 217 | 1 | 0 | 45 | 13 | 76 | 73 | 110 |
| Binary | 11011111 | 11100010 | 10001111 | 1 | 0 | 100101 | 1011 | 111110 | 111011 | 1001000 |
Color Harmonies of #DFE28F
Complementary color
Monochromatic Colors of #DFE28F
Black with #DFE28F
Text Example
Text Example
White with #DFE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE28F; }
p { color: rgb(223,226,143); }
H1.HeaderClassName
{
color: #DFE28F;
}
.AnyTagClassName
{
color: #DFE28F;
}
</style>
background-color css
<style>
a { background-color: #DFE28F; }
a { background-color: rgb(223,226,143); }
div.DivClassName
{
background-color: #DFE28F;
}
.BgClassName
{
background-color: #DFE28F;
}
</style>
border-color css
<style>
span { border-color: #DFE28F; }
span { border-color: rgb(223,226,143); }
td.TdClassName
{
border-color: #DFE28F;
}
.TagClassName
{
border-color: #DFE28F;
}
</style>