Shades of Primrose #DFDE9C
Tints of Primrose #DFDE9C
RGB
CMYK
RGB Variations
Color information
#DFDE9C (or 0xDFDE9C) is known color: Primrose. HEX triplet: DF, DE and 9C. RGB value is (223,222,156). Sum of RGB (Red+Green+Blue) = 223+222+156=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE9C is #202163. Grayscale: #D7D7D7. Windows color (decimal): -2105700 or 10280671. OLE color: 10280671.
HSL color Cylindrical-coordinate representation of color #DFDE9C: hue angle of 59.1º 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 #DFDE9C is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 156 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.13 |
| HSL | 59.1º | 0.51% | 0.74% | - |
| HSV(B) | 59.1º | 0.3% | 0.87% | - |
| XYZ | 62.55 | 70.33 | 41.73 | - |
| YUV | 214.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 156 | 0 | 0.00 | 0.30 | 0.13 | 59.1 | 0.51 | 0.74 |
| Hex | DF | DE | 9C | 0 | 0 | 1E | D | 3B | 33 | 4A |
| Octal | 337 | 336 | 234 | 0 | 0 | 36 | 15 | 73 | 63 | 112 |
| Binary | 11011111 | 11011110 | 10011100 | 0 | 0 | 11110 | 1101 | 111011 | 110011 | 1001010 |
Color Harmonies of #DFDE9C
Complementary color
Monochromatic Colors of #DFDE9C
Black with #DFDE9C
Text Example
Text Example
White with #DFDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE9C; }
p { color: rgb(223,222,156); }
H1.HeaderClassName
{
color: #DFDE9C;
}
.AnyTagClassName
{
color: #DFDE9C;
}
</style>
background-color css
<style>
a { background-color: #DFDE9C; }
a { background-color: rgb(223,222,156); }
div.DivClassName
{
background-color: #DFDE9C;
}
.BgClassName
{
background-color: #DFDE9C;
}
</style>
border-color css
<style>
span { border-color: #DFDE9C; }
span { border-color: rgb(223,222,156); }
td.TdClassName
{
border-color: #DFDE9C;
}
.TagClassName
{
border-color: #DFDE9C;
}
</style>