Shades of Primrose #DFE58D
Tints of Primrose #DFE58D
RGB
CMYK
RGB Variations
Color information
#DFE58D (or 0xDFE58D) is known color: Primrose. HEX triplet: DF, E5 and 8D. RGB value is (223,229,141). Sum of RGB (Red+Green+Blue) = 223+229+141=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE58D is #201A72. Grayscale: #D9D9D9. Windows color (decimal): -2103923 or 9299423. OLE color: 9299423.
HSL color Cylindrical-coordinate representation of color #DFE58D: hue angle of 64.09º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE58D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 141 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.10 |
| HSL | 64.09º | 0.63% | 0.73% | - |
| HSV(B) | 64.09º | 0.38% | 0.9% | - |
| XYZ | 63.26 | 73.65 | 36.08 | - |
| YUV | 217.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 141 | 0.03 | 0 | 0.38 | 0.10 | 64.09 | 0.63 | 0.73 |
| Hex | DF | E5 | 8D | 3 | 0 | 26 | A | 40 | 3F | 49 |
| Octal | 337 | 345 | 215 | 3 | 0 | 46 | 12 | 100 | 77 | 111 |
| Binary | 11011111 | 11100101 | 10001101 | 11 | 0 | 100110 | 1010 | 1000000 | 111111 | 1001001 |
Color Harmonies of #DFE58D
Complementary color
Monochromatic Colors of #DFE58D
Black with #DFE58D
Text Example
Text Example
White with #DFE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE58D; }
p { color: rgb(223,229,141); }
H1.HeaderClassName
{
color: #DFE58D;
}
.AnyTagClassName
{
color: #DFE58D;
}
</style>
background-color css
<style>
a { background-color: #DFE58D; }
a { background-color: rgb(223,229,141); }
div.DivClassName
{
background-color: #DFE58D;
}
.BgClassName
{
background-color: #DFE58D;
}
</style>
border-color css
<style>
span { border-color: #DFE58D; }
span { border-color: rgb(223,229,141); }
td.TdClassName
{
border-color: #DFE58D;
}
.TagClassName
{
border-color: #DFE58D;
}
</style>