Shades of Primrose #DFD797
Tints of Primrose #DFD797
RGB
CMYK
RGB Variations
Color information
#DFD797 (or 0xDFD797) is known color: Primrose. HEX triplet: DF, D7 and 97. RGB value is (223,215,151). Sum of RGB (Red+Green+Blue) = 223+215+151=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD797 is #202868. Grayscale: #D2D2D2. Windows color (decimal): -2107497 or 9951199. OLE color: 9951199.
HSL color Cylindrical-coordinate representation of color #DFD797: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFD797 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 151 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.13 |
| HSL | 53.33º | 0.53% | 0.73% | - |
| HSV(B) | 53.33º | 0.32% | 0.87% | - |
| XYZ | 60.32 | 66.52 | 38.94 | - |
| YUV | 210.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 151 | 0 | 0.04 | 0.32 | 0.13 | 53.33 | 0.53 | 0.73 |
| Hex | DF | D7 | 97 | 0 | 4 | 20 | D | 35 | 35 | 49 |
| Octal | 337 | 327 | 227 | 0 | 4 | 40 | 15 | 65 | 65 | 111 |
| Binary | 11011111 | 11010111 | 10010111 | 0 | 100 | 100000 | 1101 | 110101 | 110101 | 1001001 |
Color Harmonies of #DFD797
Complementary color
Monochromatic Colors of #DFD797
Black with #DFD797
Text Example
Text Example
White with #DFD797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD797; }
p { color: rgb(223,215,151); }
H1.HeaderClassName
{
color: #DFD797;
}
.AnyTagClassName
{
color: #DFD797;
}
</style>
background-color css
<style>
a { background-color: #DFD797; }
a { background-color: rgb(223,215,151); }
div.DivClassName
{
background-color: #DFD797;
}
.BgClassName
{
background-color: #DFD797;
}
</style>
border-color css
<style>
span { border-color: #DFD797; }
span { border-color: rgb(223,215,151); }
td.TdClassName
{
border-color: #DFD797;
}
.TagClassName
{
border-color: #DFD797;
}
</style>