Shades of Primrose #DFD796
Tints of Primrose #DFD796
RGB
CMYK
RGB Variations
Color information
#DFD796 (or 0xDFD796) is known color: Primrose. HEX triplet: DF, D7 and 96. RGB value is (223,215,150). Sum of RGB (Red+Green+Blue) = 223+215+150=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD796 is #202869. Grayscale: #D2D2D2. Windows color (decimal): -2107498 or 9885663. OLE color: 9885663.
HSL color Cylindrical-coordinate representation of color #DFD796: hue angle of 53.42º 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 #DFD796 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 150 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 53.42º | 0.53% | 0.73% | - |
| HSV(B) | 53.42º | 0.33% | 0.87% | - |
| XYZ | 60.24 | 66.49 | 38.51 | - |
| YUV | 209.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 150 | 0 | 0.04 | 0.33 | 0.13 | 53.42 | 0.53 | 0.73 |
| Hex | DF | D7 | 96 | 0 | 4 | 21 | D | 35 | 35 | 49 |
| Octal | 337 | 327 | 226 | 0 | 4 | 41 | 15 | 65 | 65 | 111 |
| Binary | 11011111 | 11010111 | 10010110 | 0 | 100 | 100001 | 1101 | 110101 | 110101 | 1001001 |
Color Harmonies of #DFD796
Complementary color
Monochromatic Colors of #DFD796
Black with #DFD796
Text Example
Text Example
White with #DFD796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD796; }
p { color: rgb(223,215,150); }
H1.HeaderClassName
{
color: #DFD796;
}
.AnyTagClassName
{
color: #DFD796;
}
</style>
background-color css
<style>
a { background-color: #DFD796; }
a { background-color: rgb(223,215,150); }
div.DivClassName
{
background-color: #DFD796;
}
.BgClassName
{
background-color: #DFD796;
}
</style>
border-color css
<style>
span { border-color: #DFD796; }
span { border-color: rgb(223,215,150); }
td.TdClassName
{
border-color: #DFD796;
}
.TagClassName
{
border-color: #DFD796;
}
</style>