Shades of Primrose #DFE59B
Tints of Primrose #DFE59B
RGB
CMYK
RGB Variations
Color information
#DFE59B (or 0xDFE59B) is known color: Primrose. HEX triplet: DF, E5 and 9B. RGB value is (223,229,155). Sum of RGB (Red+Green+Blue) = 223+229+155=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE59B is #201A64. Grayscale: #DBDBDB. Windows color (decimal): -2103909 or 10216927. OLE color: 10216927.
HSL color Cylindrical-coordinate representation of color #DFE59B: hue angle of 64.86º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFE59B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 155 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.10 |
| HSL | 64.86º | 0.59% | 0.75% | - |
| HSV(B) | 64.86º | 0.32% | 0.9% | - |
| XYZ | 64.37 | 74.09 | 41.92 | - |
| YUV | 218.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 155 | 0.03 | 0 | 0.32 | 0.10 | 64.86 | 0.59 | 0.75 |
| Hex | DF | E5 | 9B | 3 | 0 | 20 | A | 41 | 3B | 4B |
| Octal | 337 | 345 | 233 | 3 | 0 | 40 | 12 | 101 | 73 | 113 |
| Binary | 11011111 | 11100101 | 10011011 | 11 | 0 | 100000 | 1010 | 1000001 | 111011 | 1001011 |
Color Harmonies of #DFE59B
Complementary color
Monochromatic Colors of #DFE59B
Black with #DFE59B
Text Example
Text Example
White with #DFE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE59B; }
p { color: rgb(223,229,155); }
H1.HeaderClassName
{
color: #DFE59B;
}
.AnyTagClassName
{
color: #DFE59B;
}
</style>
background-color css
<style>
a { background-color: #DFE59B; }
a { background-color: rgb(223,229,155); }
div.DivClassName
{
background-color: #DFE59B;
}
.BgClassName
{
background-color: #DFE59B;
}
</style>
border-color css
<style>
span { border-color: #DFE59B; }
span { border-color: rgb(223,229,155); }
td.TdClassName
{
border-color: #DFE59B;
}
.TagClassName
{
border-color: #DFE59B;
}
</style>