Shades of Primrose #DFE29A
Tints of Primrose #DFE29A
RGB
CMYK
RGB Variations
Color information
#DFE29A (or 0xDFE29A) is known color: Primrose. HEX triplet: DF, E2 and 9A. RGB value is (223,226,154). Sum of RGB (Red+Green+Blue) = 223+226+154=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE29A is #201D65. Grayscale: #D9D9D9. Windows color (decimal): -2104678 or 10150623. OLE color: 10150623.
HSL color Cylindrical-coordinate representation of color #DFE29A: hue angle of 62.5º degrees, saturation: 0.55, 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 #DFE29A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 154 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.11 |
| HSL | 62.5º | 0.55% | 0.75% | - |
| HSV(B) | 62.5º | 0.32% | 0.89% | - |
| XYZ | 63.46 | 72.41 | 41.2 | - |
| YUV | 216.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 154 | 0.01 | 0 | 0.32 | 0.11 | 62.5 | 0.55 | 0.75 |
| Hex | DF | E2 | 9A | 1 | 0 | 20 | B | 3F | 37 | 4B |
| Octal | 337 | 342 | 232 | 1 | 0 | 40 | 13 | 77 | 67 | 113 |
| Binary | 11011111 | 11100010 | 10011010 | 1 | 0 | 100000 | 1011 | 111111 | 110111 | 1001011 |
Color Harmonies of #DFE29A
Complementary color
Monochromatic Colors of #DFE29A
Black with #DFE29A
Text Example
Text Example
White with #DFE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE29A; }
p { color: rgb(223,226,154); }
H1.HeaderClassName
{
color: #DFE29A;
}
.AnyTagClassName
{
color: #DFE29A;
}
</style>
background-color css
<style>
a { background-color: #DFE29A; }
a { background-color: rgb(223,226,154); }
div.DivClassName
{
background-color: #DFE29A;
}
.BgClassName
{
background-color: #DFE29A;
}
</style>
border-color css
<style>
span { border-color: #DFE29A; }
span { border-color: rgb(223,226,154); }
td.TdClassName
{
border-color: #DFE29A;
}
.TagClassName
{
border-color: #DFE29A;
}
</style>