Shades of Primrose #DFDF9B
Tints of Primrose #DFDF9B
RGB
CMYK
RGB Variations
Color information
#DFDF9B (or 0xDFDF9B) is known color: Primrose. HEX triplet: DF, DF and 9B. RGB value is (223,223,155). Sum of RGB (Red+Green+Blue) = 223+223+155=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF9B is #202064. Grayscale: #D7D7D7. Windows color (decimal): -2105445 or 10215391. OLE color: 10215391.
HSL color Cylindrical-coordinate representation of color #DFDF9B: hue angle of 60º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDF9B is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 155 | - |
| CMYK | 0 | 0 | 0.30 | 0.13 |
| HSL | 60º | 0.52% | 0.74% | - |
| HSV(B) | 60º | 0.3% | 0.87% | - |
| XYZ | 62.74 | 70.83 | 41.38 | - |
| YUV | 215.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 155 | 0 | 0 | 0.30 | 0.13 | 60 | 0.52 | 0.74 |
| Hex | DF | DF | 9B | 0 | 0 | 1E | D | 3C | 34 | 4A |
| Octal | 337 | 337 | 233 | 0 | 0 | 36 | 15 | 74 | 64 | 112 |
| Binary | 11011111 | 11011111 | 10011011 | 0 | 0 | 11110 | 1101 | 111100 | 110100 | 1001010 |
Color Harmonies of #DFDF9B
Complementary color
Monochromatic Colors of #DFDF9B
Black with #DFDF9B
Text Example
Text Example
White with #DFDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF9B; }
p { color: rgb(223,223,155); }
H1.HeaderClassName
{
color: #DFDF9B;
}
.AnyTagClassName
{
color: #DFDF9B;
}
</style>
background-color css
<style>
a { background-color: #DFDF9B; }
a { background-color: rgb(223,223,155); }
div.DivClassName
{
background-color: #DFDF9B;
}
.BgClassName
{
background-color: #DFDF9B;
}
</style>
border-color css
<style>
span { border-color: #DFDF9B; }
span { border-color: rgb(223,223,155); }
td.TdClassName
{
border-color: #DFDF9B;
}
.TagClassName
{
border-color: #DFDF9B;
}
</style>