Shades of Primrose #DFE19D
Tints of Primrose #DFE19D
RGB
CMYK
RGB Variations
Color information
#DFE19D (or 0xDFE19D) is known color: Primrose. HEX triplet: DF, E1 and 9D. RGB value is (223,225,157). Sum of RGB (Red+Green+Blue) = 223+225+157=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE19D is #201E62. Grayscale: #D8D8D8. Windows color (decimal): -2104931 or 10346975. OLE color: 10346975.
HSL color Cylindrical-coordinate representation of color #DFE19D: hue angle of 61.76º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFE19D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 157 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.12 |
| HSL | 61.76º | 0.53% | 0.75% | - |
| HSV(B) | 61.76º | 0.3% | 0.88% | - |
| XYZ | 63.44 | 71.97 | 42.45 | - |
| YUV | 216.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 157 | 0.01 | 0 | 0.30 | 0.12 | 61.76 | 0.53 | 0.75 |
| Hex | DF | E1 | 9D | 1 | 0 | 1E | C | 3E | 35 | 4B |
| Octal | 337 | 341 | 235 | 1 | 0 | 36 | 14 | 76 | 65 | 113 |
| Binary | 11011111 | 11100001 | 10011101 | 1 | 0 | 11110 | 1100 | 111110 | 110101 | 1001011 |
Color Harmonies of #DFE19D
Complementary color
Monochromatic Colors of #DFE19D
Black with #DFE19D
Text Example
Text Example
White with #DFE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE19D; }
p { color: rgb(223,225,157); }
H1.HeaderClassName
{
color: #DFE19D;
}
.AnyTagClassName
{
color: #DFE19D;
}
</style>
background-color css
<style>
a { background-color: #DFE19D; }
a { background-color: rgb(223,225,157); }
div.DivClassName
{
background-color: #DFE19D;
}
.BgClassName
{
background-color: #DFE19D;
}
</style>
border-color css
<style>
span { border-color: #DFE19D; }
span { border-color: rgb(223,225,157); }
td.TdClassName
{
border-color: #DFE19D;
}
.TagClassName
{
border-color: #DFE19D;
}
</style>