Shades of Primrose #DFE08D
Tints of Primrose #DFE08D
RGB
CMYK
RGB Variations
Color information
#DFE08D (or 0xDFE08D) is known color: Primrose. HEX triplet: DF, E0 and 8D. RGB value is (223,224,141). Sum of RGB (Red+Green+Blue) = 223+224+141=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08D is #201F72. Grayscale: #D6D6D6. Windows color (decimal): -2105203 or 9298143. OLE color: 9298143.
HSL color Cylindrical-coordinate representation of color #DFE08D: hue angle of 60.72º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE08D is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 141 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.12 |
| HSL | 60.72º | 0.57% | 0.72% | - |
| HSV(B) | 60.72º | 0.37% | 0.88% | - |
| XYZ | 61.89 | 70.92 | 35.63 | - |
| YUV | 214.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 141 | 0.00 | 0 | 0.37 | 0.12 | 60.72 | 0.57 | 0.72 |
| Hex | DF | E0 | 8D | 0 | 0 | 25 | C | 3D | 39 | 48 |
| Octal | 337 | 340 | 215 | 0 | 0 | 45 | 14 | 75 | 71 | 110 |
| Binary | 11011111 | 11100000 | 10001101 | 0 | 0 | 100101 | 1100 | 111101 | 111001 | 1001000 |
Color Harmonies of #DFE08D
Complementary color
Monochromatic Colors of #DFE08D
Black with #DFE08D
Text Example
Text Example
White with #DFE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE08D; }
p { color: rgb(223,224,141); }
H1.HeaderClassName
{
color: #DFE08D;
}
.AnyTagClassName
{
color: #DFE08D;
}
</style>
background-color css
<style>
a { background-color: #DFE08D; }
a { background-color: rgb(223,224,141); }
div.DivClassName
{
background-color: #DFE08D;
}
.BgClassName
{
background-color: #DFE08D;
}
</style>
border-color css
<style>
span { border-color: #DFE08D; }
span { border-color: rgb(223,224,141); }
td.TdClassName
{
border-color: #DFE08D;
}
.TagClassName
{
border-color: #DFE08D;
}
</style>