Shades of Primrose #DFD78C
Tints of Primrose #DFD78C
RGB
CMYK
RGB Variations
Color information
#DFD78C (or 0xDFD78C) is known color: Primrose. HEX triplet: DF, D7 and 8C. RGB value is (223,215,140). Sum of RGB (Red+Green+Blue) = 223+215+140=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD78C is #202873. Grayscale: #D1D1D1. Windows color (decimal): -2107508 or 9230303. OLE color: 9230303.
HSL color Cylindrical-coordinate representation of color #DFD78C: hue angle of 54.22º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFD78C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 140 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.13 |
| HSL | 54.22º | 0.56% | 0.71% | - |
| HSV(B) | 54.22º | 0.37% | 0.87% | - |
| XYZ | 59.47 | 66.18 | 34.45 | - |
| YUV | 208.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 140 | 0 | 0.04 | 0.37 | 0.13 | 54.22 | 0.56 | 0.71 |
| Hex | DF | D7 | 8C | 0 | 4 | 25 | D | 36 | 38 | 47 |
| Octal | 337 | 327 | 214 | 0 | 4 | 45 | 15 | 66 | 70 | 107 |
| Binary | 11011111 | 11010111 | 10001100 | 0 | 100 | 100101 | 1101 | 110110 | 111000 | 1000111 |
Color Harmonies of #DFD78C
Complementary color
Monochromatic Colors of #DFD78C
Black with #DFD78C
Text Example
Text Example
White with #DFD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD78C; }
p { color: rgb(223,215,140); }
H1.HeaderClassName
{
color: #DFD78C;
}
.AnyTagClassName
{
color: #DFD78C;
}
</style>
background-color css
<style>
a { background-color: #DFD78C; }
a { background-color: rgb(223,215,140); }
div.DivClassName
{
background-color: #DFD78C;
}
.BgClassName
{
background-color: #DFD78C;
}
</style>
border-color css
<style>
span { border-color: #DFD78C; }
span { border-color: rgb(223,215,140); }
td.TdClassName
{
border-color: #DFD78C;
}
.TagClassName
{
border-color: #DFD78C;
}
</style>