Shades of Primrose #DFD696
Tints of Primrose #DFD696
RGB
CMYK
RGB Variations
Color information
#DFD696 (or 0xDFD696) is known color: Primrose. HEX triplet: DF, D6 and 96. RGB value is (223,214,150). Sum of RGB (Red+Green+Blue) = 223+214+150=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD696 is #202969. Grayscale: #D1D1D1. Windows color (decimal): -2107754 or 9885407. OLE color: 9885407.
HSL color Cylindrical-coordinate representation of color #DFD696: hue angle of 52.6º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFD696 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 150 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 52.6º | 0.53% | 0.73% | - |
| HSV(B) | 52.6º | 0.33% | 0.87% | - |
| XYZ | 59.98 | 65.98 | 38.43 | - |
| YUV | 209.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 150 | 0 | 0.04 | 0.33 | 0.13 | 52.6 | 0.53 | 0.73 |
| Hex | DF | D6 | 96 | 0 | 4 | 21 | D | 35 | 35 | 49 |
| Octal | 337 | 326 | 226 | 0 | 4 | 41 | 15 | 65 | 65 | 111 |
| Binary | 11011111 | 11010110 | 10010110 | 0 | 100 | 100001 | 1101 | 110101 | 110101 | 1001001 |
Color Harmonies of #DFD696
Complementary color
Monochromatic Colors of #DFD696
Black with #DFD696
Text Example
Text Example
White with #DFD696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD696; }
p { color: rgb(223,214,150); }
H1.HeaderClassName
{
color: #DFD696;
}
.AnyTagClassName
{
color: #DFD696;
}
</style>
background-color css
<style>
a { background-color: #DFD696; }
a { background-color: rgb(223,214,150); }
div.DivClassName
{
background-color: #DFD696;
}
.BgClassName
{
background-color: #DFD696;
}
</style>
border-color css
<style>
span { border-color: #DFD696; }
span { border-color: rgb(223,214,150); }
td.TdClassName
{
border-color: #DFD696;
}
.TagClassName
{
border-color: #DFD696;
}
</style>