Shades of Primrose #DFDA98
Tints of Primrose #DFDA98
RGB
CMYK
RGB Variations
Color information
#DFDA98 (or 0xDFDA98) is known color: Primrose. HEX triplet: DF, DA and 98. RGB value is (223,218,152). Sum of RGB (Red+Green+Blue) = 223+218+152=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA98 is #202567. Grayscale: #D4D4D4. Windows color (decimal): -2106728 or 10017503. OLE color: 10017503.
HSL color Cylindrical-coordinate representation of color #DFDA98: hue angle of 55.77º 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 #DFDA98 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 152 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.13 |
| HSL | 55.77º | 0.53% | 0.74% | - |
| HSV(B) | 55.77º | 0.32% | 0.87% | - |
| XYZ | 61.17 | 68.1 | 39.63 | - |
| YUV | 211.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 152 | 0 | 0.02 | 0.32 | 0.13 | 55.77 | 0.53 | 0.74 |
| Hex | DF | DA | 98 | 0 | 2 | 20 | D | 38 | 35 | 4A |
| Octal | 337 | 332 | 230 | 0 | 2 | 40 | 15 | 70 | 65 | 112 |
| Binary | 11011111 | 11011010 | 10011000 | 0 | 10 | 100000 | 1101 | 111000 | 110101 | 1001010 |
Color Harmonies of #DFDA98
Complementary color
Monochromatic Colors of #DFDA98
Black with #DFDA98
Text Example
Text Example
White with #DFDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA98; }
p { color: rgb(223,218,152); }
H1.HeaderClassName
{
color: #DFDA98;
}
.AnyTagClassName
{
color: #DFDA98;
}
</style>
background-color css
<style>
a { background-color: #DFDA98; }
a { background-color: rgb(223,218,152); }
div.DivClassName
{
background-color: #DFDA98;
}
.BgClassName
{
background-color: #DFDA98;
}
</style>
border-color css
<style>
span { border-color: #DFDA98; }
span { border-color: rgb(223,218,152); }
td.TdClassName
{
border-color: #DFDA98;
}
.TagClassName
{
border-color: #DFDA98;
}
</style>