Shades of Primrose #DFDF97
Tints of Primrose #DFDF97
RGB
CMYK
RGB Variations
Color information
#DFDF97 (or 0xDFDF97) is known color: Primrose. HEX triplet: DF, DF and 97. RGB value is (223,223,151). Sum of RGB (Red+Green+Blue) = 223+223+151=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF97 is #202068. Grayscale: #D7D7D7. Windows color (decimal): -2105449 or 9953247. OLE color: 9953247.
HSL color Cylindrical-coordinate representation of color #DFDF97: hue angle of 60º 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 #DFDF97 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 151 | - |
| CMYK | 0 | 0 | 0.32 | 0.13 |
| HSL | 60º | 0.53% | 0.73% | - |
| HSV(B) | 60º | 0.32% | 0.87% | - |
| XYZ | 62.41 | 70.7 | 39.64 | - |
| YUV | 214.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 151 | 0 | 0 | 0.32 | 0.13 | 60 | 0.53 | 0.73 |
| Hex | DF | DF | 97 | 0 | 0 | 20 | D | 3C | 35 | 49 |
| Octal | 337 | 337 | 227 | 0 | 0 | 40 | 15 | 74 | 65 | 111 |
| Binary | 11011111 | 11011111 | 10010111 | 0 | 0 | 100000 | 1101 | 111100 | 110101 | 1001001 |
Color Harmonies of #DFDF97
Complementary color
Monochromatic Colors of #DFDF97
Black with #DFDF97
Text Example
Text Example
White with #DFDF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF97; }
p { color: rgb(223,223,151); }
H1.HeaderClassName
{
color: #DFDF97;
}
.AnyTagClassName
{
color: #DFDF97;
}
</style>
background-color css
<style>
a { background-color: #DFDF97; }
a { background-color: rgb(223,223,151); }
div.DivClassName
{
background-color: #DFDF97;
}
.BgClassName
{
background-color: #DFDF97;
}
</style>
border-color css
<style>
span { border-color: #DFDF97; }
span { border-color: rgb(223,223,151); }
td.TdClassName
{
border-color: #DFDF97;
}
.TagClassName
{
border-color: #DFDF97;
}
</style>