Shades of Primrose #DFE49B
Tints of Primrose #DFE49B
RGB
CMYK
RGB Variations
Color information
#DFE49B (or 0xDFE49B) is known color: Primrose. HEX triplet: DF, E4 and 9B. RGB value is (223,228,155). Sum of RGB (Red+Green+Blue) = 223+228+155=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE49B is #201B64. Grayscale: #DADADA. Windows color (decimal): -2104165 or 10216671. OLE color: 10216671.
HSL color Cylindrical-coordinate representation of color #DFE49B: hue angle of 64.11º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE49B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 155 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.11 |
| HSL | 64.11º | 0.57% | 0.75% | - |
| HSV(B) | 64.11º | 0.32% | 0.89% | - |
| XYZ | 64.09 | 73.54 | 41.83 | - |
| YUV | 218.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 155 | 0.02 | 0 | 0.32 | 0.11 | 64.11 | 0.57 | 0.75 |
| Hex | DF | E4 | 9B | 2 | 0 | 20 | B | 40 | 39 | 4B |
| Octal | 337 | 344 | 233 | 2 | 0 | 40 | 13 | 100 | 71 | 113 |
| Binary | 11011111 | 11100100 | 10011011 | 10 | 0 | 100000 | 1011 | 1000000 | 111001 | 1001011 |
Color Harmonies of #DFE49B
Complementary color
Monochromatic Colors of #DFE49B
Black with #DFE49B
Text Example
Text Example
White with #DFE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE49B; }
p { color: rgb(223,228,155); }
H1.HeaderClassName
{
color: #DFE49B;
}
.AnyTagClassName
{
color: #DFE49B;
}
</style>
background-color css
<style>
a { background-color: #DFE49B; }
a { background-color: rgb(223,228,155); }
div.DivClassName
{
background-color: #DFE49B;
}
.BgClassName
{
background-color: #DFE49B;
}
</style>
border-color css
<style>
span { border-color: #DFE49B; }
span { border-color: rgb(223,228,155); }
td.TdClassName
{
border-color: #DFE49B;
}
.TagClassName
{
border-color: #DFE49B;
}
</style>