Shades of Primrose #DFDB97
Tints of Primrose #DFDB97
RGB
CMYK
RGB Variations
Color information
#DFDB97 (or 0xDFDB97) is known color: Primrose. HEX triplet: DF, DB and 97. RGB value is (223,219,151). Sum of RGB (Red+Green+Blue) = 223+219+151=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB97 is #202468. Grayscale: #D4D4D4. Windows color (decimal): -2106473 or 9952223. OLE color: 9952223.
HSL color Cylindrical-coordinate representation of color #DFDB97: hue angle of 56.67º 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 #DFDB97 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 151 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 56.67º | 0.53% | 0.73% | - |
| HSV(B) | 56.67º | 0.32% | 0.87% | - |
| XYZ | 61.35 | 68.59 | 39.28 | - |
| YUV | 212.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 151 | 0 | 0.02 | 0.32 | 0.13 | 56.67 | 0.53 | 0.73 |
| Hex | DF | DB | 97 | 0 | 2 | 20 | D | 39 | 35 | 49 |
| Octal | 337 | 333 | 227 | 0 | 2 | 40 | 15 | 71 | 65 | 111 |
| Binary | 11011111 | 11011011 | 10010111 | 0 | 10 | 100000 | 1101 | 111001 | 110101 | 1001001 |
Color Harmonies of #DFDB97
Complementary color
Monochromatic Colors of #DFDB97
Black with #DFDB97
Text Example
Text Example
White with #DFDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB97; }
p { color: rgb(223,219,151); }
H1.HeaderClassName
{
color: #DFDB97;
}
.AnyTagClassName
{
color: #DFDB97;
}
</style>
background-color css
<style>
a { background-color: #DFDB97; }
a { background-color: rgb(223,219,151); }
div.DivClassName
{
background-color: #DFDB97;
}
.BgClassName
{
background-color: #DFDB97;
}
</style>
border-color css
<style>
span { border-color: #DFDB97; }
span { border-color: rgb(223,219,151); }
td.TdClassName
{
border-color: #DFDB97;
}
.TagClassName
{
border-color: #DFDB97;
}
</style>