Shades of Primrose #DFDF99
Tints of Primrose #DFDF99
RGB
CMYK
RGB Variations
Color information
#DFDF99 (or 0xDFDF99) is known color: Primrose. HEX triplet: DF, DF and 99. RGB value is (223,223,153). Sum of RGB (Red+Green+Blue) = 223+223+153=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF99 is #202066. Grayscale: #D7D7D7. Windows color (decimal): -2105447 or 10084319. OLE color: 10084319.
HSL color Cylindrical-coordinate representation of color #DFDF99: hue angle of 60º 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 #DFDF99 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 153 | - |
| CMYK | 0 | 0 | 0.31 | 0.13 |
| HSL | 60º | 0.52% | 0.74% | - |
| HSV(B) | 60º | 0.31% | 0.87% | - |
| XYZ | 62.57 | 70.76 | 40.5 | - |
| YUV | 215.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 153 | 0 | 0 | 0.31 | 0.13 | 60 | 0.52 | 0.74 |
| Hex | DF | DF | 99 | 0 | 0 | 1F | D | 3C | 34 | 4A |
| Octal | 337 | 337 | 231 | 0 | 0 | 37 | 15 | 74 | 64 | 112 |
| Binary | 11011111 | 11011111 | 10011001 | 0 | 0 | 11111 | 1101 | 111100 | 110100 | 1001010 |
Color Harmonies of #DFDF99
Complementary color
Monochromatic Colors of #DFDF99
Black with #DFDF99
Text Example
Text Example
White with #DFDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF99; }
p { color: rgb(223,223,153); }
H1.HeaderClassName
{
color: #DFDF99;
}
.AnyTagClassName
{
color: #DFDF99;
}
</style>
background-color css
<style>
a { background-color: #DFDF99; }
a { background-color: rgb(223,223,153); }
div.DivClassName
{
background-color: #DFDF99;
}
.BgClassName
{
background-color: #DFDF99;
}
</style>
border-color css
<style>
span { border-color: #DFDF99; }
span { border-color: rgb(223,223,153); }
td.TdClassName
{
border-color: #DFDF99;
}
.TagClassName
{
border-color: #DFDF99;
}
</style>