Shades of Primrose #DFE19B
Tints of Primrose #DFE19B
RGB
CMYK
RGB Variations
Color information
#DFE19B (or 0xDFE19B) is known color: Primrose. HEX triplet: DF, E1 and 9B. RGB value is (223,225,155). Sum of RGB (Red+Green+Blue) = 223+225+155=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE19B is #201E64. Grayscale: #D8D8D8. Windows color (decimal): -2104933 or 10215903. OLE color: 10215903.
HSL color Cylindrical-coordinate representation of color #DFE19B: hue angle of 61.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFE19B is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 155 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.12 |
| HSL | 61.71º | 0.54% | 0.75% | - |
| HSV(B) | 61.71º | 0.31% | 0.88% | - |
| XYZ | 63.27 | 71.9 | 41.55 | - |
| YUV | 216.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 155 | 0.01 | 0 | 0.31 | 0.12 | 61.71 | 0.54 | 0.75 |
| Hex | DF | E1 | 9B | 1 | 0 | 1F | C | 3E | 36 | 4B |
| Octal | 337 | 341 | 233 | 1 | 0 | 37 | 14 | 76 | 66 | 113 |
| Binary | 11011111 | 11100001 | 10011011 | 1 | 0 | 11111 | 1100 | 111110 | 110110 | 1001011 |
Color Harmonies of #DFE19B
Complementary color
Monochromatic Colors of #DFE19B
Black with #DFE19B
Text Example
Text Example
White with #DFE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE19B; }
p { color: rgb(223,225,155); }
H1.HeaderClassName
{
color: #DFE19B;
}
.AnyTagClassName
{
color: #DFE19B;
}
</style>
background-color css
<style>
a { background-color: #DFE19B; }
a { background-color: rgb(223,225,155); }
div.DivClassName
{
background-color: #DFE19B;
}
.BgClassName
{
background-color: #DFE19B;
}
</style>
border-color css
<style>
span { border-color: #DFE19B; }
span { border-color: rgb(223,225,155); }
td.TdClassName
{
border-color: #DFE19B;
}
.TagClassName
{
border-color: #DFE19B;
}
</style>