Shades of Primrose #DFDE98
Tints of Primrose #DFDE98
RGB
CMYK
RGB Variations
Color information
#DFDE98 (or 0xDFDE98) is known color: Primrose. HEX triplet: DF, DE and 98. RGB value is (223,222,152). Sum of RGB (Red+Green+Blue) = 223+222+152=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE98 is #202167. Grayscale: #D6D6D6. Windows color (decimal): -2105704 or 10018527. OLE color: 10018527.
HSL color Cylindrical-coordinate representation of color #DFDE98: hue angle of 59.15º 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 #DFDE98 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 152 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.13 |
| HSL | 59.15º | 0.53% | 0.74% | - |
| HSV(B) | 59.15º | 0.32% | 0.87% | - |
| XYZ | 62.22 | 70.2 | 39.98 | - |
| YUV | 214.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 152 | 0 | 0.00 | 0.32 | 0.13 | 59.15 | 0.53 | 0.74 |
| Hex | DF | DE | 98 | 0 | 0 | 20 | D | 3B | 35 | 4A |
| Octal | 337 | 336 | 230 | 0 | 0 | 40 | 15 | 73 | 65 | 112 |
| Binary | 11011111 | 11011110 | 10011000 | 0 | 0 | 100000 | 1101 | 111011 | 110101 | 1001010 |
Color Harmonies of #DFDE98
Complementary color
Monochromatic Colors of #DFDE98
Black with #DFDE98
Text Example
Text Example
White with #DFDE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE98; }
p { color: rgb(223,222,152); }
H1.HeaderClassName
{
color: #DFDE98;
}
.AnyTagClassName
{
color: #DFDE98;
}
</style>
background-color css
<style>
a { background-color: #DFDE98; }
a { background-color: rgb(223,222,152); }
div.DivClassName
{
background-color: #DFDE98;
}
.BgClassName
{
background-color: #DFDE98;
}
</style>
border-color css
<style>
span { border-color: #DFDE98; }
span { border-color: rgb(223,222,152); }
td.TdClassName
{
border-color: #DFDE98;
}
.TagClassName
{
border-color: #DFDE98;
}
</style>