Shades of Primrose #DFDA99
Tints of Primrose #DFDA99
RGB
CMYK
RGB Variations
Color information
#DFDA99 (or 0xDFDA99) is known color: Primrose. HEX triplet: DF, DA and 99. RGB value is (223,218,153). Sum of RGB (Red+Green+Blue) = 223+218+153=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA99 is #202566. Grayscale: #D4D4D4. Windows color (decimal): -2106727 or 10083039. OLE color: 10083039.
HSL color Cylindrical-coordinate representation of color #DFDA99: hue angle of 55.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDA99 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 153 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 55.71º | 0.52% | 0.74% | - |
| HSV(B) | 55.71º | 0.31% | 0.87% | - |
| XYZ | 61.25 | 68.13 | 40.06 | - |
| YUV | 212.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 153 | 0 | 0.02 | 0.31 | 0.13 | 55.71 | 0.52 | 0.74 |
| Hex | DF | DA | 99 | 0 | 2 | 1F | D | 38 | 34 | 4A |
| Octal | 337 | 332 | 231 | 0 | 2 | 37 | 15 | 70 | 64 | 112 |
| Binary | 11011111 | 11011010 | 10011001 | 0 | 10 | 11111 | 1101 | 111000 | 110100 | 1001010 |
Color Harmonies of #DFDA99
Complementary color
Monochromatic Colors of #DFDA99
Black with #DFDA99
Text Example
Text Example
White with #DFDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA99; }
p { color: rgb(223,218,153); }
H1.HeaderClassName
{
color: #DFDA99;
}
.AnyTagClassName
{
color: #DFDA99;
}
</style>
background-color css
<style>
a { background-color: #DFDA99; }
a { background-color: rgb(223,218,153); }
div.DivClassName
{
background-color: #DFDA99;
}
.BgClassName
{
background-color: #DFDA99;
}
</style>
border-color css
<style>
span { border-color: #DFDA99; }
span { border-color: rgb(223,218,153); }
td.TdClassName
{
border-color: #DFDA99;
}
.TagClassName
{
border-color: #DFDA99;
}
</style>