Shades of Primrose #DFD788
Tints of Primrose #DFD788
RGB
CMYK
RGB Variations
Color information
#DFD788 (or 0xDFD788) is known color: Primrose. HEX triplet: DF, D7 and 88. RGB value is (223,215,136). Sum of RGB (Red+Green+Blue) = 223+215+136=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD788 is #202877. Grayscale: #D0D0D0. Windows color (decimal): -2107512 or 8968159. OLE color: 8968159.
HSL color Cylindrical-coordinate representation of color #DFD788: hue angle of 54.48º 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 #DFD788 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 136 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.13 |
| HSL | 54.48º | 0.58% | 0.7% | - |
| HSV(B) | 54.48º | 0.39% | 0.87% | - |
| XYZ | 59.18 | 66.07 | 32.93 | - |
| YUV | 208.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 136 | 0 | 0.04 | 0.39 | 0.13 | 54.48 | 0.58 | 0.7 |
| Hex | DF | D7 | 88 | 0 | 4 | 27 | D | 36 | 3A | 46 |
| Octal | 337 | 327 | 210 | 0 | 4 | 47 | 15 | 66 | 72 | 106 |
| Binary | 11011111 | 11010111 | 10001000 | 0 | 100 | 100111 | 1101 | 110110 | 111010 | 1000110 |
Color Harmonies of #DFD788
Complementary color
Monochromatic Colors of #DFD788
Black with #DFD788
Text Example
Text Example
White with #DFD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD788; }
p { color: rgb(223,215,136); }
H1.HeaderClassName
{
color: #DFD788;
}
.AnyTagClassName
{
color: #DFD788;
}
</style>
background-color css
<style>
a { background-color: #DFD788; }
a { background-color: rgb(223,215,136); }
div.DivClassName
{
background-color: #DFD788;
}
.BgClassName
{
background-color: #DFD788;
}
</style>
border-color css
<style>
span { border-color: #DFD788; }
span { border-color: rgb(223,215,136); }
td.TdClassName
{
border-color: #DFD788;
}
.TagClassName
{
border-color: #DFD788;
}
</style>