Shades of Primrose #DFE399
Tints of Primrose #DFE399
RGB
CMYK
RGB Variations
Color information
#DFE399 (or 0xDFE399) is known color: Primrose. HEX triplet: DF, E3 and 99. RGB value is (223,227,153). Sum of RGB (Red+Green+Blue) = 223+227+153=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE399 is #201C66. Grayscale: #D9D9D9. Windows color (decimal): -2104423 or 10085343. OLE color: 10085343.
HSL color Cylindrical-coordinate representation of color #DFE399: hue angle of 63.24º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE399 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 153 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.11 |
| HSL | 63.24º | 0.57% | 0.75% | - |
| HSV(B) | 63.24º | 0.33% | 0.89% | - |
| XYZ | 63.65 | 72.93 | 40.86 | - |
| YUV | 217.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 153 | 0.02 | 0 | 0.33 | 0.11 | 63.24 | 0.57 | 0.75 |
| Hex | DF | E3 | 99 | 2 | 0 | 21 | B | 3F | 39 | 4B |
| Octal | 337 | 343 | 231 | 2 | 0 | 41 | 13 | 77 | 71 | 113 |
| Binary | 11011111 | 11100011 | 10011001 | 10 | 0 | 100001 | 1011 | 111111 | 111001 | 1001011 |
Color Harmonies of #DFE399
Complementary color
Monochromatic Colors of #DFE399
Black with #DFE399
Text Example
Text Example
White with #DFE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE399; }
p { color: rgb(223,227,153); }
H1.HeaderClassName
{
color: #DFE399;
}
.AnyTagClassName
{
color: #DFE399;
}
</style>
background-color css
<style>
a { background-color: #DFE399; }
a { background-color: rgb(223,227,153); }
div.DivClassName
{
background-color: #DFE399;
}
.BgClassName
{
background-color: #DFE399;
}
</style>
border-color css
<style>
span { border-color: #DFE399; }
span { border-color: rgb(223,227,153); }
td.TdClassName
{
border-color: #DFE399;
}
.TagClassName
{
border-color: #DFE399;
}
</style>