Shades of Primrose #DFD98C
Tints of Primrose #DFD98C
RGB
CMYK
RGB Variations
Color information
#DFD98C (or 0xDFD98C) is known color: Primrose. HEX triplet: DF, D9 and 8C. RGB value is (223,217,140). Sum of RGB (Red+Green+Blue) = 223+217+140=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD98C is #202673. Grayscale: #D2D2D2. Windows color (decimal): -2106996 or 9230815. OLE color: 9230815.
HSL color Cylindrical-coordinate representation of color #DFD98C: hue angle of 55.66º 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 #DFD98C is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 140 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.13 |
| HSL | 55.66º | 0.56% | 0.71% | - |
| HSV(B) | 55.66º | 0.37% | 0.87% | - |
| XYZ | 59.98 | 67.21 | 34.62 | - |
| YUV | 210.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 140 | 0 | 0.03 | 0.37 | 0.13 | 55.66 | 0.56 | 0.71 |
| Hex | DF | D9 | 8C | 0 | 3 | 25 | D | 38 | 38 | 47 |
| Octal | 337 | 331 | 214 | 0 | 3 | 45 | 15 | 70 | 70 | 107 |
| Binary | 11011111 | 11011001 | 10001100 | 0 | 11 | 100101 | 1101 | 111000 | 111000 | 1000111 |
Color Harmonies of #DFD98C
Complementary color
Monochromatic Colors of #DFD98C
Black with #DFD98C
Text Example
Text Example
White with #DFD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD98C; }
p { color: rgb(223,217,140); }
H1.HeaderClassName
{
color: #DFD98C;
}
.AnyTagClassName
{
color: #DFD98C;
}
</style>
background-color css
<style>
a { background-color: #DFD98C; }
a { background-color: rgb(223,217,140); }
div.DivClassName
{
background-color: #DFD98C;
}
.BgClassName
{
background-color: #DFD98C;
}
</style>
border-color css
<style>
span { border-color: #DFD98C; }
span { border-color: rgb(223,217,140); }
td.TdClassName
{
border-color: #DFD98C;
}
.TagClassName
{
border-color: #DFD98C;
}
</style>