Shades of Primrose #DFD995
Tints of Primrose #DFD995
RGB
CMYK
RGB Variations
Color information
#DFD995 (or 0xDFD995) is known color: Primrose. HEX triplet: DF, D9 and 95. RGB value is (223,217,149). Sum of RGB (Red+Green+Blue) = 223+217+149=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD995 is #20266A. Grayscale: #D3D3D3. Windows color (decimal): -2106987 or 9820639. OLE color: 9820639.
HSL color Cylindrical-coordinate representation of color #DFD995: hue angle of 55.14º 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 #DFD995 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 149 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.13 |
| HSL | 55.14º | 0.54% | 0.73% | - |
| HSV(B) | 55.14º | 0.33% | 0.87% | - |
| XYZ | 60.67 | 67.48 | 38.26 | - |
| YUV | 211.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 149 | 0 | 0.03 | 0.33 | 0.13 | 55.14 | 0.54 | 0.73 |
| Hex | DF | D9 | 95 | 0 | 3 | 21 | D | 37 | 36 | 49 |
| Octal | 337 | 331 | 225 | 0 | 3 | 41 | 15 | 67 | 66 | 111 |
| Binary | 11011111 | 11011001 | 10010101 | 0 | 11 | 100001 | 1101 | 110111 | 110110 | 1001001 |
Color Harmonies of #DFD995
Complementary color
Monochromatic Colors of #DFD995
Black with #DFD995
Text Example
Text Example
White with #DFD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD995; }
p { color: rgb(223,217,149); }
H1.HeaderClassName
{
color: #DFD995;
}
.AnyTagClassName
{
color: #DFD995;
}
</style>
background-color css
<style>
a { background-color: #DFD995; }
a { background-color: rgb(223,217,149); }
div.DivClassName
{
background-color: #DFD995;
}
.BgClassName
{
background-color: #DFD995;
}
</style>
border-color css
<style>
span { border-color: #DFD995; }
span { border-color: rgb(223,217,149); }
td.TdClassName
{
border-color: #DFD995;
}
.TagClassName
{
border-color: #DFD995;
}
</style>