Shades of Primrose #DFDD9C
Tints of Primrose #DFDD9C
RGB
CMYK
RGB Variations
Color information
#DFDD9C (or 0xDFDD9C) is known color: Primrose. HEX triplet: DF, DD and 9C. RGB value is (223,221,156). Sum of RGB (Red+Green+Blue) = 223+221+156=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD9C is #202263. Grayscale: #D6D6D6. Windows color (decimal): -2105956 or 10280415. OLE color: 10280415.
HSL color Cylindrical-coordinate representation of color #DFDD9C: hue angle of 58.21º degrees, saturation: 0.51, 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 #DFDD9C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 156 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 58.21º | 0.51% | 0.74% | - |
| HSV(B) | 58.21º | 0.3% | 0.87% | - |
| XYZ | 62.29 | 69.8 | 41.64 | - |
| YUV | 214.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 156 | 0 | 0.01 | 0.30 | 0.13 | 58.21 | 0.51 | 0.74 |
| Hex | DF | DD | 9C | 0 | 1 | 1E | D | 3A | 33 | 4A |
| Octal | 337 | 335 | 234 | 0 | 1 | 36 | 15 | 72 | 63 | 112 |
| Binary | 11011111 | 11011101 | 10011100 | 0 | 1 | 11110 | 1101 | 111010 | 110011 | 1001010 |
Color Harmonies of #DFDD9C
Complementary color
Monochromatic Colors of #DFDD9C
Black with #DFDD9C
Text Example
Text Example
White with #DFDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD9C; }
p { color: rgb(223,221,156); }
H1.HeaderClassName
{
color: #DFDD9C;
}
.AnyTagClassName
{
color: #DFDD9C;
}
</style>
background-color css
<style>
a { background-color: #DFDD9C; }
a { background-color: rgb(223,221,156); }
div.DivClassName
{
background-color: #DFDD9C;
}
.BgClassName
{
background-color: #DFDD9C;
}
</style>
border-color css
<style>
span { border-color: #DFDD9C; }
span { border-color: rgb(223,221,156); }
td.TdClassName
{
border-color: #DFDD9C;
}
.TagClassName
{
border-color: #DFDD9C;
}
</style>