Shades of Primrose #DFD885
Tints of Primrose #DFD885
RGB
CMYK
RGB Variations
Color information
#DFD885 (or 0xDFD885) is known color: Primrose. HEX triplet: DF, D8 and 85. RGB value is (223,216,133). Sum of RGB (Red+Green+Blue) = 223+216+133=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD885 is #20277A. Grayscale: #D0D0D0. Windows color (decimal): -2107259 or 8771807. OLE color: 8771807.
HSL color Cylindrical-coordinate representation of color #DFD885: hue angle of 55.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD885 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 133 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 55.33º | 0.58% | 0.7% | - |
| HSV(B) | 55.33º | 0.4% | 0.87% | - |
| XYZ | 59.22 | 66.49 | 31.9 | - |
| YUV | 208.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 133 | 0 | 0.03 | 0.40 | 0.13 | 55.33 | 0.58 | 0.7 |
| Hex | DF | D8 | 85 | 0 | 3 | 28 | D | 37 | 3A | 46 |
| Octal | 337 | 330 | 205 | 0 | 3 | 50 | 15 | 67 | 72 | 106 |
| Binary | 11011111 | 11011000 | 10000101 | 0 | 11 | 101000 | 1101 | 110111 | 111010 | 1000110 |
Color Harmonies of #DFD885
Complementary color
Monochromatic Colors of #DFD885
Black with #DFD885
Text Example
Text Example
White with #DFD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD885; }
p { color: rgb(223,216,133); }
H1.HeaderClassName
{
color: #DFD885;
}
.AnyTagClassName
{
color: #DFD885;
}
</style>
background-color css
<style>
a { background-color: #DFD885; }
a { background-color: rgb(223,216,133); }
div.DivClassName
{
background-color: #DFD885;
}
.BgClassName
{
background-color: #DFD885;
}
</style>
border-color css
<style>
span { border-color: #DFD885; }
span { border-color: rgb(223,216,133); }
td.TdClassName
{
border-color: #DFD885;
}
.TagClassName
{
border-color: #DFD885;
}
</style>