Shades of Primrose #DFE28C
Tints of Primrose #DFE28C
RGB
CMYK
RGB Variations
Color information
#DFE28C (or 0xDFE28C) is known color: Primrose. HEX triplet: DF, E2 and 8C. RGB value is (223,226,140). Sum of RGB (Red+Green+Blue) = 223+226+140=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28C is #201D73. Grayscale: #D7D7D7. Windows color (decimal): -2104692 or 9233119. OLE color: 9233119.
HSL color Cylindrical-coordinate representation of color #DFE28C: hue angle of 62.09º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE28C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 140 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.11 |
| HSL | 62.09º | 0.6% | 0.72% | - |
| HSV(B) | 62.09º | 0.38% | 0.89% | - |
| XYZ | 62.36 | 71.97 | 35.42 | - |
| YUV | 215.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 140 | 0.01 | 0 | 0.38 | 0.11 | 62.09 | 0.6 | 0.72 |
| Hex | DF | E2 | 8C | 1 | 0 | 26 | B | 3E | 3C | 48 |
| Octal | 337 | 342 | 214 | 1 | 0 | 46 | 13 | 76 | 74 | 110 |
| Binary | 11011111 | 11100010 | 10001100 | 1 | 0 | 100110 | 1011 | 111110 | 111100 | 1001000 |
Color Harmonies of #DFE28C
Complementary color
Monochromatic Colors of #DFE28C
Black with #DFE28C
Text Example
Text Example
White with #DFE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE28C; }
p { color: rgb(223,226,140); }
H1.HeaderClassName
{
color: #DFE28C;
}
.AnyTagClassName
{
color: #DFE28C;
}
</style>
background-color css
<style>
a { background-color: #DFE28C; }
a { background-color: rgb(223,226,140); }
div.DivClassName
{
background-color: #DFE28C;
}
.BgClassName
{
background-color: #DFE28C;
}
</style>
border-color css
<style>
span { border-color: #DFE28C; }
span { border-color: rgb(223,226,140); }
td.TdClassName
{
border-color: #DFE28C;
}
.TagClassName
{
border-color: #DFE28C;
}
</style>