Shades of Primrose #DFD985
Tints of Primrose #DFD985
RGB
CMYK
RGB Variations
Color information
#DFD985 (or 0xDFD985) is known color: Primrose. HEX triplet: DF, D9 and 85. RGB value is (223,217,133). Sum of RGB (Red+Green+Blue) = 223+217+133=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD985 is #20267A. Grayscale: #D1D1D1. Windows color (decimal): -2107003 or 8772063. OLE color: 8772063.
HSL color Cylindrical-coordinate representation of color #DFD985: hue angle of 56º 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 #DFD985 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 133 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.13 |
| HSL | 56º | 0.58% | 0.7% | - |
| HSV(B) | 56º | 0.4% | 0.87% | - |
| XYZ | 59.48 | 67.01 | 31.99 | - |
| YUV | 209.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 133 | 0 | 0.03 | 0.40 | 0.13 | 56 | 0.58 | 0.7 |
| Hex | DF | D9 | 85 | 0 | 3 | 28 | D | 38 | 3A | 46 |
| Octal | 337 | 331 | 205 | 0 | 3 | 50 | 15 | 70 | 72 | 106 |
| Binary | 11011111 | 11011001 | 10000101 | 0 | 11 | 101000 | 1101 | 111000 | 111010 | 1000110 |
Color Harmonies of #DFD985
Complementary color
Monochromatic Colors of #DFD985
Black with #DFD985
Text Example
Text Example
White with #DFD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD985; }
p { color: rgb(223,217,133); }
H1.HeaderClassName
{
color: #DFD985;
}
.AnyTagClassName
{
color: #DFD985;
}
</style>
background-color css
<style>
a { background-color: #DFD985; }
a { background-color: rgb(223,217,133); }
div.DivClassName
{
background-color: #DFD985;
}
.BgClassName
{
background-color: #DFD985;
}
</style>
border-color css
<style>
span { border-color: #DFD985; }
span { border-color: rgb(223,217,133); }
td.TdClassName
{
border-color: #DFD985;
}
.TagClassName
{
border-color: #DFD985;
}
</style>