Shades of Primrose #DFDF9C
Tints of Primrose #DFDF9C
RGB
CMYK
RGB Variations
Color information
#DFDF9C (or 0xDFDF9C) is known color: Primrose. HEX triplet: DF, DF and 9C. RGB value is (223,223,156). Sum of RGB (Red+Green+Blue) = 223+223+156=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF9C is #202063. Grayscale: #D7D7D7. Windows color (decimal): -2105444 or 10280927. OLE color: 10280927.
HSL color Cylindrical-coordinate representation of color #DFDF9C: hue angle of 60º 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 #DFDF9C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 156 | - |
| CMYK | 0 | 0 | 0.30 | 0.13 |
| HSL | 60º | 0.51% | 0.74% | - |
| HSV(B) | 60º | 0.3% | 0.87% | - |
| XYZ | 62.82 | 70.86 | 41.82 | - |
| YUV | 215.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 156 | 0 | 0 | 0.30 | 0.13 | 60 | 0.51 | 0.74 |
| Hex | DF | DF | 9C | 0 | 0 | 1E | D | 3C | 33 | 4A |
| Octal | 337 | 337 | 234 | 0 | 0 | 36 | 15 | 74 | 63 | 112 |
| Binary | 11011111 | 11011111 | 10011100 | 0 | 0 | 11110 | 1101 | 111100 | 110011 | 1001010 |
Color Harmonies of #DFDF9C
Complementary color
Monochromatic Colors of #DFDF9C
Black with #DFDF9C
Text Example
Text Example
White with #DFDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF9C; }
p { color: rgb(223,223,156); }
H1.HeaderClassName
{
color: #DFDF9C;
}
.AnyTagClassName
{
color: #DFDF9C;
}
</style>
background-color css
<style>
a { background-color: #DFDF9C; }
a { background-color: rgb(223,223,156); }
div.DivClassName
{
background-color: #DFDF9C;
}
.BgClassName
{
background-color: #DFDF9C;
}
</style>
border-color css
<style>
span { border-color: #DFDF9C; }
span { border-color: rgb(223,223,156); }
td.TdClassName
{
border-color: #DFDF9C;
}
.TagClassName
{
border-color: #DFDF9C;
}
</style>