Shades of Primrose #DFE484
Tints of Primrose #DFE484
RGB
CMYK
RGB Variations
Color information
#DFE484 (or 0xDFE484) is known color: Primrose. HEX triplet: DF, E4 and 84. RGB value is (223,228,132). Sum of RGB (Red+Green+Blue) = 223+228+132=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE484 is #201B7B. Grayscale: #D7D7D7. Windows color (decimal): -2104188 or 8709343. OLE color: 8709343.
HSL color Cylindrical-coordinate representation of color #DFE484: hue angle of 63.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE484 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 132 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 63.13º | 0.64% | 0.71% | - |
| HSV(B) | 63.13º | 0.42% | 0.89% | - |
| XYZ | 62.34 | 72.84 | 32.6 | - |
| YUV | 215.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 132 | 0.02 | 0 | 0.42 | 0.11 | 63.13 | 0.64 | 0.71 |
| Hex | DF | E4 | 84 | 2 | 0 | 2A | B | 3F | 40 | 47 |
| Octal | 337 | 344 | 204 | 2 | 0 | 52 | 13 | 77 | 100 | 107 |
| Binary | 11011111 | 11100100 | 10000100 | 10 | 0 | 101010 | 1011 | 111111 | 1000000 | 1000111 |
Color Harmonies of #DFE484
Complementary color
Monochromatic Colors of #DFE484
Black with #DFE484
Text Example
Text Example
White with #DFE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE484; }
p { color: rgb(223,228,132); }
H1.HeaderClassName
{
color: #DFE484;
}
.AnyTagClassName
{
color: #DFE484;
}
</style>
background-color css
<style>
a { background-color: #DFE484; }
a { background-color: rgb(223,228,132); }
div.DivClassName
{
background-color: #DFE484;
}
.BgClassName
{
background-color: #DFE484;
}
</style>
border-color css
<style>
span { border-color: #DFE484; }
span { border-color: rgb(223,228,132); }
td.TdClassName
{
border-color: #DFE484;
}
.TagClassName
{
border-color: #DFE484;
}
</style>