Shades of Primrose #DFD685
Tints of Primrose #DFD685
RGB
CMYK
RGB Variations
Color information
#DFD685 (or 0xDFD685) is known color: Primrose. HEX triplet: DF, D6 and 85. RGB value is (223,214,133). Sum of RGB (Red+Green+Blue) = 223+214+133=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD685 is #20297A. Grayscale: #CFCFCF. Windows color (decimal): -2107771 or 8771295. OLE color: 8771295.
HSL color Cylindrical-coordinate representation of color #DFD685: hue angle of 54º 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 #DFD685 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 133 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 54º | 0.58% | 0.7% | - |
| HSV(B) | 54º | 0.4% | 0.87% | - |
| XYZ | 58.71 | 65.47 | 31.73 | - |
| YUV | 207.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 133 | 0 | 0.04 | 0.40 | 0.13 | 54 | 0.58 | 0.7 |
| Hex | DF | D6 | 85 | 0 | 4 | 28 | D | 36 | 3A | 46 |
| Octal | 337 | 326 | 205 | 0 | 4 | 50 | 15 | 66 | 72 | 106 |
| Binary | 11011111 | 11010110 | 10000101 | 0 | 100 | 101000 | 1101 | 110110 | 111010 | 1000110 |
Color Harmonies of #DFD685
Complementary color
Monochromatic Colors of #DFD685
Black with #DFD685
Text Example
Text Example
White with #DFD685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD685; }
p { color: rgb(223,214,133); }
H1.HeaderClassName
{
color: #DFD685;
}
.AnyTagClassName
{
color: #DFD685;
}
</style>
background-color css
<style>
a { background-color: #DFD685; }
a { background-color: rgb(223,214,133); }
div.DivClassName
{
background-color: #DFD685;
}
.BgClassName
{
background-color: #DFD685;
}
</style>
border-color css
<style>
span { border-color: #DFD685; }
span { border-color: rgb(223,214,133); }
td.TdClassName
{
border-color: #DFD685;
}
.TagClassName
{
border-color: #DFD685;
}
</style>