Shades of Primrose #DFDD97
Tints of Primrose #DFDD97
RGB
CMYK
RGB Variations
Color information
#DFDD97 (or 0xDFDD97) is known color: Primrose. HEX triplet: DF, DD and 97. RGB value is (223,221,151). Sum of RGB (Red+Green+Blue) = 223+221+151=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD97 is #202268. Grayscale: #D5D5D5. Windows color (decimal): -2105961 or 9952735. OLE color: 9952735.
HSL color Cylindrical-coordinate representation of color #DFDD97: hue angle of 58.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 #DFDD97 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 151 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.13 |
| HSL | 58.33º | 0.53% | 0.73% | - |
| HSV(B) | 58.33º | 0.32% | 0.87% | - |
| XYZ | 61.87 | 69.64 | 39.46 | - |
| YUV | 213.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 151 | 0 | 0.01 | 0.32 | 0.13 | 58.33 | 0.53 | 0.73 |
| Hex | DF | DD | 97 | 0 | 1 | 20 | D | 3A | 35 | 49 |
| Octal | 337 | 335 | 227 | 0 | 1 | 40 | 15 | 72 | 65 | 111 |
| Binary | 11011111 | 11011101 | 10010111 | 0 | 1 | 100000 | 1101 | 111010 | 110101 | 1001001 |
Color Harmonies of #DFDD97
Complementary color
Monochromatic Colors of #DFDD97
Black with #DFDD97
Text Example
Text Example
White with #DFDD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD97; }
p { color: rgb(223,221,151); }
H1.HeaderClassName
{
color: #DFDD97;
}
.AnyTagClassName
{
color: #DFDD97;
}
</style>
background-color css
<style>
a { background-color: #DFDD97; }
a { background-color: rgb(223,221,151); }
div.DivClassName
{
background-color: #DFDD97;
}
.BgClassName
{
background-color: #DFDD97;
}
</style>
border-color css
<style>
span { border-color: #DFDD97; }
span { border-color: rgb(223,221,151); }
td.TdClassName
{
border-color: #DFDD97;
}
.TagClassName
{
border-color: #DFDD97;
}
</style>