Shades of Primrose #DFD594
Tints of Primrose #DFD594
RGB
CMYK
RGB Variations
Color information
#DFD594 (or 0xDFD594) is known color: Primrose. HEX triplet: DF, D5 and 94. RGB value is (223,213,148). Sum of RGB (Red+Green+Blue) = 223+213+148=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD594 is #202A6B. Grayscale: #D0D0D0. Windows color (decimal): -2108012 or 9754079. OLE color: 9754079.
HSL color Cylindrical-coordinate representation of color #DFD594: hue angle of 52º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFD594 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 148 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.13 |
| HSL | 52º | 0.54% | 0.73% | - |
| HSV(B) | 52º | 0.34% | 0.87% | - |
| XYZ | 59.57 | 65.41 | 37.5 | - |
| YUV | 208.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 148 | 0 | 0.04 | 0.34 | 0.13 | 52 | 0.54 | 0.73 |
| Hex | DF | D5 | 94 | 0 | 4 | 22 | D | 34 | 36 | 49 |
| Octal | 337 | 325 | 224 | 0 | 4 | 42 | 15 | 64 | 66 | 111 |
| Binary | 11011111 | 11010101 | 10010100 | 0 | 100 | 100010 | 1101 | 110100 | 110110 | 1001001 |
Color Harmonies of #DFD594
Complementary color
Monochromatic Colors of #DFD594
Black with #DFD594
Text Example
Text Example
White with #DFD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD594; }
p { color: rgb(223,213,148); }
H1.HeaderClassName
{
color: #DFD594;
}
.AnyTagClassName
{
color: #DFD594;
}
</style>
background-color css
<style>
a { background-color: #DFD594; }
a { background-color: rgb(223,213,148); }
div.DivClassName
{
background-color: #DFD594;
}
.BgClassName
{
background-color: #DFD594;
}
</style>
border-color css
<style>
span { border-color: #DFD594; }
span { border-color: rgb(223,213,148); }
td.TdClassName
{
border-color: #DFD594;
}
.TagClassName
{
border-color: #DFD594;
}
</style>