Shades of Primrose #DFDD98
Tints of Primrose #DFDD98
RGB
CMYK
RGB Variations
Color information
#DFDD98 (or 0xDFDD98) is known color: Primrose. HEX triplet: DF, DD and 98. RGB value is (223,221,152). Sum of RGB (Red+Green+Blue) = 223+221+152=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD98 is #202267. Grayscale: #D6D6D6. Windows color (decimal): -2105960 or 10018271. OLE color: 10018271.
HSL color Cylindrical-coordinate representation of color #DFDD98: hue angle of 58.31º 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 #DFDD98 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 152 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.13 |
| HSL | 58.31º | 0.53% | 0.74% | - |
| HSV(B) | 58.31º | 0.32% | 0.87% | - |
| XYZ | 61.96 | 69.67 | 39.89 | - |
| YUV | 213.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 152 | 0 | 0.01 | 0.32 | 0.13 | 58.31 | 0.53 | 0.74 |
| Hex | DF | DD | 98 | 0 | 1 | 20 | D | 3A | 35 | 4A |
| Octal | 337 | 335 | 230 | 0 | 1 | 40 | 15 | 72 | 65 | 112 |
| Binary | 11011111 | 11011101 | 10011000 | 0 | 1 | 100000 | 1101 | 111010 | 110101 | 1001010 |
Color Harmonies of #DFDD98
Complementary color
Monochromatic Colors of #DFDD98
Black with #DFDD98
Text Example
Text Example
White with #DFDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD98; }
p { color: rgb(223,221,152); }
H1.HeaderClassName
{
color: #DFDD98;
}
.AnyTagClassName
{
color: #DFDD98;
}
</style>
background-color css
<style>
a { background-color: #DFDD98; }
a { background-color: rgb(223,221,152); }
div.DivClassName
{
background-color: #DFDD98;
}
.BgClassName
{
background-color: #DFDD98;
}
</style>
border-color css
<style>
span { border-color: #DFDD98; }
span { border-color: rgb(223,221,152); }
td.TdClassName
{
border-color: #DFDD98;
}
.TagClassName
{
border-color: #DFDD98;
}
</style>