Shades of Primrose #DFDB91
Tints of Primrose #DFDB91
RGB
CMYK
RGB Variations
Color information
#DFDB91 (or 0xDFDB91) is known color: Primrose. HEX triplet: DF, DB and 91. RGB value is (223,219,145). Sum of RGB (Red+Green+Blue) = 223+219+145=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB91 is #20246E. Grayscale: #D4D4D4. Windows color (decimal): -2106479 or 9559007. OLE color: 9559007.
HSL color Cylindrical-coordinate representation of color #DFDB91: hue angle of 56.92º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFDB91 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 145 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.92º | 0.55% | 0.72% | - |
| HSV(B) | 56.92º | 0.35% | 0.87% | - |
| XYZ | 60.87 | 68.4 | 36.78 | - |
| YUV | 211.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 145 | 0 | 0.02 | 0.35 | 0.13 | 56.92 | 0.55 | 0.72 |
| Hex | DF | DB | 91 | 0 | 2 | 23 | D | 39 | 37 | 48 |
| Octal | 337 | 333 | 221 | 0 | 2 | 43 | 15 | 71 | 67 | 110 |
| Binary | 11011111 | 11011011 | 10010001 | 0 | 10 | 100011 | 1101 | 111001 | 110111 | 1001000 |
Color Harmonies of #DFDB91
Complementary color
Monochromatic Colors of #DFDB91
Black with #DFDB91
Text Example
Text Example
White with #DFDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB91; }
p { color: rgb(223,219,145); }
H1.HeaderClassName
{
color: #DFDB91;
}
.AnyTagClassName
{
color: #DFDB91;
}
</style>
background-color css
<style>
a { background-color: #DFDB91; }
a { background-color: rgb(223,219,145); }
div.DivClassName
{
background-color: #DFDB91;
}
.BgClassName
{
background-color: #DFDB91;
}
</style>
border-color css
<style>
span { border-color: #DFDB91; }
span { border-color: rgb(223,219,145); }
td.TdClassName
{
border-color: #DFDB91;
}
.TagClassName
{
border-color: #DFDB91;
}
</style>