Shades of Primrose #DFD795
Tints of Primrose #DFD795
RGB
CMYK
RGB Variations
Color information
#DFD795 (or 0xDFD795) is known color: Primrose. HEX triplet: DF, D7 and 95. RGB value is (223,215,149). Sum of RGB (Red+Green+Blue) = 223+215+149=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD795 is #20286A. Grayscale: #D2D2D2. Windows color (decimal): -2107499 or 9820127. OLE color: 9820127.
HSL color Cylindrical-coordinate representation of color #DFD795: hue angle of 53.51º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFD795 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 149 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 53.51º | 0.54% | 0.73% | - |
| HSV(B) | 53.51º | 0.33% | 0.87% | - |
| XYZ | 60.16 | 66.46 | 38.09 | - |
| YUV | 209.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 149 | 0 | 0.04 | 0.33 | 0.13 | 53.51 | 0.54 | 0.73 |
| Hex | DF | D7 | 95 | 0 | 4 | 21 | D | 36 | 36 | 49 |
| Octal | 337 | 327 | 225 | 0 | 4 | 41 | 15 | 66 | 66 | 111 |
| Binary | 11011111 | 11010111 | 10010101 | 0 | 100 | 100001 | 1101 | 110110 | 110110 | 1001001 |
Color Harmonies of #DFD795
Complementary color
Monochromatic Colors of #DFD795
Black with #DFD795
Text Example
Text Example
White with #DFD795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD795; }
p { color: rgb(223,215,149); }
H1.HeaderClassName
{
color: #DFD795;
}
.AnyTagClassName
{
color: #DFD795;
}
</style>
background-color css
<style>
a { background-color: #DFD795; }
a { background-color: rgb(223,215,149); }
div.DivClassName
{
background-color: #DFD795;
}
.BgClassName
{
background-color: #DFD795;
}
</style>
border-color css
<style>
span { border-color: #DFD795; }
span { border-color: rgb(223,215,149); }
td.TdClassName
{
border-color: #DFD795;
}
.TagClassName
{
border-color: #DFD795;
}
</style>