Shades of Primrose #DFE88D
Tints of Primrose #DFE88D
RGB
CMYK
RGB Variations
Color information
#DFE88D (or 0xDFE88D) is known color: Primrose. HEX triplet: DF, E8 and 8D. RGB value is (223,232,141). Sum of RGB (Red+Green+Blue) = 223+232+141=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88D is #201772. Grayscale: #DBDBDB. Windows color (decimal): -2103155 or 9300191. OLE color: 9300191.
HSL color Cylindrical-coordinate representation of color #DFE88D: hue angle of 65.93º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFE88D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 141 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.09 |
| HSL | 65.93º | 0.66% | 0.73% | - |
| HSV(B) | 65.93º | 0.39% | 0.91% | - |
| XYZ | 64.1 | 75.32 | 36.36 | - |
| YUV | 218.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 141 | 0.04 | 0 | 0.39 | 0.09 | 65.93 | 0.66 | 0.73 |
| Hex | DF | E8 | 8D | 4 | 0 | 27 | 9 | 42 | 42 | 49 |
| Octal | 337 | 350 | 215 | 4 | 0 | 47 | 11 | 102 | 102 | 111 |
| Binary | 11011111 | 11101000 | 10001101 | 100 | 0 | 100111 | 1001 | 1000010 | 1000010 | 1001001 |
Color Harmonies of #DFE88D
Complementary color
Monochromatic Colors of #DFE88D
Black with #DFE88D
Text Example
Text Example
White with #DFE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE88D; }
p { color: rgb(223,232,141); }
H1.HeaderClassName
{
color: #DFE88D;
}
.AnyTagClassName
{
color: #DFE88D;
}
</style>
background-color css
<style>
a { background-color: #DFE88D; }
a { background-color: rgb(223,232,141); }
div.DivClassName
{
background-color: #DFE88D;
}
.BgClassName
{
background-color: #DFE88D;
}
</style>
border-color css
<style>
span { border-color: #DFE88D; }
span { border-color: rgb(223,232,141); }
td.TdClassName
{
border-color: #DFE88D;
}
.TagClassName
{
border-color: #DFE88D;
}
</style>