Shades of Primrose #DFE384
Tints of Primrose #DFE384
RGB
CMYK
RGB Variations
Color information
#DFE384 (or 0xDFE384) is known color: Primrose. HEX triplet: DF, E3 and 84. RGB value is (223,227,132). Sum of RGB (Red+Green+Blue) = 223+227+132=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE384 is #201C7B. Grayscale: #D7D7D7. Windows color (decimal): -2104444 or 8709087. OLE color: 8709087.
HSL color Cylindrical-coordinate representation of color #DFE384: hue angle of 62.53º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE384 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 132 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 62.53º | 0.63% | 0.7% | - |
| HSV(B) | 62.53º | 0.42% | 0.89% | - |
| XYZ | 62.07 | 72.29 | 32.51 | - |
| YUV | 214.97 | 81.17 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 132 | 0.02 | 0 | 0.42 | 0.11 | 62.53 | 0.63 | 0.7 |
| Hex | DF | E3 | 84 | 2 | 0 | 2A | B | 3F | 3F | 46 |
| Octal | 337 | 343 | 204 | 2 | 0 | 52 | 13 | 77 | 77 | 106 |
| Binary | 11011111 | 11100011 | 10000100 | 10 | 0 | 101010 | 1011 | 111111 | 111111 | 1000110 |
Color Harmonies of #DFE384
Complementary color
Monochromatic Colors of #DFE384
Black with #DFE384
Text Example
Text Example
White with #DFE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE384; }
p { color: rgb(223,227,132); }
H1.HeaderClassName
{
color: #DFE384;
}
.AnyTagClassName
{
color: #DFE384;
}
</style>
background-color css
<style>
a { background-color: #DFE384; }
a { background-color: rgb(223,227,132); }
div.DivClassName
{
background-color: #DFE384;
}
.BgClassName
{
background-color: #DFE384;
}
</style>
border-color css
<style>
span { border-color: #DFE384; }
span { border-color: rgb(223,227,132); }
td.TdClassName
{
border-color: #DFE384;
}
.TagClassName
{
border-color: #DFE384;
}
</style>