Shades of Primrose #DFDF91
Tints of Primrose #DFDF91
RGB
CMYK
RGB Variations
Color information
#DFDF91 (or 0xDFDF91) is known color: Primrose. HEX triplet: DF, DF and 91. RGB value is (223,223,145). Sum of RGB (Red+Green+Blue) = 223+223+145=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF91 is #20206E. Grayscale: #D6D6D6. Windows color (decimal): -2105455 or 9560031. OLE color: 9560031.
HSL color Cylindrical-coordinate representation of color #DFDF91: hue angle of 60º 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 #DFDF91 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 145 | - |
| CMYK | 0 | 0 | 0.35 | 0.13 |
| HSL | 60º | 0.55% | 0.72% | - |
| HSV(B) | 60º | 0.35% | 0.87% | - |
| XYZ | 61.93 | 70.51 | 37.13 | - |
| YUV | 214.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 145 | 0 | 0 | 0.35 | 0.13 | 60 | 0.55 | 0.72 |
| Hex | DF | DF | 91 | 0 | 0 | 23 | D | 3C | 37 | 48 |
| Octal | 337 | 337 | 221 | 0 | 0 | 43 | 15 | 74 | 67 | 110 |
| Binary | 11011111 | 11011111 | 10010001 | 0 | 0 | 100011 | 1101 | 111100 | 110111 | 1001000 |
Color Harmonies of #DFDF91
Complementary color
Monochromatic Colors of #DFDF91
Black with #DFDF91
Text Example
Text Example
White with #DFDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF91; }
p { color: rgb(223,223,145); }
H1.HeaderClassName
{
color: #DFDF91;
}
.AnyTagClassName
{
color: #DFDF91;
}
</style>
background-color css
<style>
a { background-color: #DFDF91; }
a { background-color: rgb(223,223,145); }
div.DivClassName
{
background-color: #DFDF91;
}
.BgClassName
{
background-color: #DFDF91;
}
</style>
border-color css
<style>
span { border-color: #DFDF91; }
span { border-color: rgb(223,223,145); }
td.TdClassName
{
border-color: #DFDF91;
}
.TagClassName
{
border-color: #DFDF91;
}
</style>