Shades of Primrose #DFE59A
Tints of Primrose #DFE59A
RGB
CMYK
RGB Variations
Color information
#DFE59A (or 0xDFE59A) is known color: Primrose. HEX triplet: DF, E5 and 9A. RGB value is (223,229,154). Sum of RGB (Red+Green+Blue) = 223+229+154=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE59A is #201A65. Grayscale: #DADADA. Windows color (decimal): -2103910 or 10151391. OLE color: 10151391.
HSL color Cylindrical-coordinate representation of color #DFE59A: hue angle of 64.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE59A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 154 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.10 |
| HSL | 64.8º | 0.59% | 0.75% | - |
| HSV(B) | 64.8º | 0.33% | 0.9% | - |
| XYZ | 64.28 | 74.06 | 41.48 | - |
| YUV | 218.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 154 | 0.03 | 0 | 0.33 | 0.10 | 64.8 | 0.59 | 0.75 |
| Hex | DF | E5 | 9A | 3 | 0 | 21 | A | 41 | 3B | 4B |
| Octal | 337 | 345 | 232 | 3 | 0 | 41 | 12 | 101 | 73 | 113 |
| Binary | 11011111 | 11100101 | 10011010 | 11 | 0 | 100001 | 1010 | 1000001 | 111011 | 1001011 |
Color Harmonies of #DFE59A
Complementary color
Monochromatic Colors of #DFE59A
Black with #DFE59A
Text Example
Text Example
White with #DFE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE59A; }
p { color: rgb(223,229,154); }
H1.HeaderClassName
{
color: #DFE59A;
}
.AnyTagClassName
{
color: #DFE59A;
}
</style>
background-color css
<style>
a { background-color: #DFE59A; }
a { background-color: rgb(223,229,154); }
div.DivClassName
{
background-color: #DFE59A;
}
.BgClassName
{
background-color: #DFE59A;
}
</style>
border-color css
<style>
span { border-color: #DFE59A; }
span { border-color: rgb(223,229,154); }
td.TdClassName
{
border-color: #DFE59A;
}
.TagClassName
{
border-color: #DFE59A;
}
</style>