Shades of Primrose #DFDD9B
Tints of Primrose #DFDD9B
RGB
CMYK
RGB Variations
Color information
#DFDD9B (or 0xDFDD9B) is known color: Primrose. HEX triplet: DF, DD and 9B. RGB value is (223,221,155). Sum of RGB (Red+Green+Blue) = 223+221+155=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD9B is #202264. Grayscale: #D6D6D6. Windows color (decimal): -2105957 or 10214879. OLE color: 10214879.
HSL color Cylindrical-coordinate representation of color #DFDD9B: hue angle of 58.24º 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 #DFDD9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 155 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.24º | 0.52% | 0.74% | - |
| HSV(B) | 58.24º | 0.3% | 0.87% | - |
| XYZ | 62.2 | 69.77 | 41.2 | - |
| YUV | 214.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 155 | 0 | 0.01 | 0.30 | 0.13 | 58.24 | 0.52 | 0.74 |
| Hex | DF | DD | 9B | 0 | 1 | 1E | D | 3A | 34 | 4A |
| Octal | 337 | 335 | 233 | 0 | 1 | 36 | 15 | 72 | 64 | 112 |
| Binary | 11011111 | 11011101 | 10011011 | 0 | 1 | 11110 | 1101 | 111010 | 110100 | 1001010 |
Color Harmonies of #DFDD9B
Complementary color
Monochromatic Colors of #DFDD9B
Black with #DFDD9B
Text Example
Text Example
White with #DFDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD9B; }
p { color: rgb(223,221,155); }
H1.HeaderClassName
{
color: #DFDD9B;
}
.AnyTagClassName
{
color: #DFDD9B;
}
</style>
background-color css
<style>
a { background-color: #DFDD9B; }
a { background-color: rgb(223,221,155); }
div.DivClassName
{
background-color: #DFDD9B;
}
.BgClassName
{
background-color: #DFDD9B;
}
</style>
border-color css
<style>
span { border-color: #DFDD9B; }
span { border-color: rgb(223,221,155); }
td.TdClassName
{
border-color: #DFDD9B;
}
.TagClassName
{
border-color: #DFDD9B;
}
</style>