Shades of Primrose #DFD988
Tints of Primrose #DFD988
RGB
CMYK
RGB Variations
Color information
#DFD988 (or 0xDFD988) is known color: Primrose. HEX triplet: DF, D9 and 88. RGB value is (223,217,136). Sum of RGB (Red+Green+Blue) = 223+217+136=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD988 is #202677. Grayscale: #D1D1D1. Windows color (decimal): -2107000 or 8968671. OLE color: 8968671.
HSL color Cylindrical-coordinate representation of color #DFD988: hue angle of 55.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFD988 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 136 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.13 |
| HSL | 55.86º | 0.58% | 0.7% | - |
| HSV(B) | 55.86º | 0.39% | 0.87% | - |
| XYZ | 59.69 | 67.09 | 33.1 | - |
| YUV | 209.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 136 | 0 | 0.03 | 0.39 | 0.13 | 55.86 | 0.58 | 0.7 |
| Hex | DF | D9 | 88 | 0 | 3 | 27 | D | 38 | 3A | 46 |
| Octal | 337 | 331 | 210 | 0 | 3 | 47 | 15 | 70 | 72 | 106 |
| Binary | 11011111 | 11011001 | 10001000 | 0 | 11 | 100111 | 1101 | 111000 | 111010 | 1000110 |
Color Harmonies of #DFD988
Complementary color
Monochromatic Colors of #DFD988
Black with #DFD988
Text Example
Text Example
White with #DFD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD988; }
p { color: rgb(223,217,136); }
H1.HeaderClassName
{
color: #DFD988;
}
.AnyTagClassName
{
color: #DFD988;
}
</style>
background-color css
<style>
a { background-color: #DFD988; }
a { background-color: rgb(223,217,136); }
div.DivClassName
{
background-color: #DFD988;
}
.BgClassName
{
background-color: #DFD988;
}
</style>
border-color css
<style>
span { border-color: #DFD988; }
span { border-color: rgb(223,217,136); }
td.TdClassName
{
border-color: #DFD988;
}
.TagClassName
{
border-color: #DFD988;
}
</style>