Shades of Primrose #DFD997
Tints of Primrose #DFD997
RGB
CMYK
RGB Variations
Color information
#DFD997 (or 0xDFD997) is known color: Primrose. HEX triplet: DF, D9 and 97. RGB value is (223,217,151). Sum of RGB (Red+Green+Blue) = 223+217+151=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD997 is #202668. Grayscale: #D3D3D3. Windows color (decimal): -2106985 or 9951711. OLE color: 9951711.
HSL color Cylindrical-coordinate representation of color #DFD997: hue angle of 55º 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 #DFD997 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 151 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.13 |
| HSL | 55º | 0.53% | 0.73% | - |
| HSV(B) | 55º | 0.32% | 0.87% | - |
| XYZ | 60.83 | 67.55 | 39.11 | - |
| YUV | 211.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 151 | 0 | 0.03 | 0.32 | 0.13 | 55 | 0.53 | 0.73 |
| Hex | DF | D9 | 97 | 0 | 3 | 20 | D | 37 | 35 | 49 |
| Octal | 337 | 331 | 227 | 0 | 3 | 40 | 15 | 67 | 65 | 111 |
| Binary | 11011111 | 11011001 | 10010111 | 0 | 11 | 100000 | 1101 | 110111 | 110101 | 1001001 |
Color Harmonies of #DFD997
Complementary color
Monochromatic Colors of #DFD997
Black with #DFD997
Text Example
Text Example
White with #DFD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD997; }
p { color: rgb(223,217,151); }
H1.HeaderClassName
{
color: #DFD997;
}
.AnyTagClassName
{
color: #DFD997;
}
</style>
background-color css
<style>
a { background-color: #DFD997; }
a { background-color: rgb(223,217,151); }
div.DivClassName
{
background-color: #DFD997;
}
.BgClassName
{
background-color: #DFD997;
}
</style>
border-color css
<style>
span { border-color: #DFD997; }
span { border-color: rgb(223,217,151); }
td.TdClassName
{
border-color: #DFD997;
}
.TagClassName
{
border-color: #DFD997;
}
</style>