Shades of Primrose #DFD898
Tints of Primrose #DFD898
RGB
CMYK
RGB Variations
Color information
#DFD898 (or 0xDFD898) is known color: Primrose. HEX triplet: DF, D8 and 98. RGB value is (223,216,152). Sum of RGB (Red+Green+Blue) = 223+216+152=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD898 is #202767. Grayscale: #D3D3D3. Windows color (decimal): -2107240 or 10016991. OLE color: 10016991.
HSL color Cylindrical-coordinate representation of color #DFD898: hue angle of 54.08º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFD898 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 152 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.13 |
| HSL | 54.08º | 0.53% | 0.74% | - |
| HSV(B) | 54.08º | 0.32% | 0.87% | - |
| XYZ | 60.65 | 67.07 | 39.45 | - |
| YUV | 210.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 152 | 0 | 0.03 | 0.32 | 0.13 | 54.08 | 0.53 | 0.74 |
| Hex | DF | D8 | 98 | 0 | 3 | 20 | D | 36 | 35 | 4A |
| Octal | 337 | 330 | 230 | 0 | 3 | 40 | 15 | 66 | 65 | 112 |
| Binary | 11011111 | 11011000 | 10011000 | 0 | 11 | 100000 | 1101 | 110110 | 110101 | 1001010 |
Color Harmonies of #DFD898
Complementary color
Monochromatic Colors of #DFD898
Black with #DFD898
Text Example
Text Example
White with #DFD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD898; }
p { color: rgb(223,216,152); }
H1.HeaderClassName
{
color: #DFD898;
}
.AnyTagClassName
{
color: #DFD898;
}
</style>
background-color css
<style>
a { background-color: #DFD898; }
a { background-color: rgb(223,216,152); }
div.DivClassName
{
background-color: #DFD898;
}
.BgClassName
{
background-color: #DFD898;
}
</style>
border-color css
<style>
span { border-color: #DFD898; }
span { border-color: rgb(223,216,152); }
td.TdClassName
{
border-color: #DFD898;
}
.TagClassName
{
border-color: #DFD898;
}
</style>