Shades of Primrose #DFD999
Tints of Primrose #DFD999
RGB
CMYK
RGB Variations
Color information
#DFD999 (or 0xDFD999) is known color: Primrose. HEX triplet: DF, D9 and 99. RGB value is (223,217,153). Sum of RGB (Red+Green+Blue) = 223+217+153=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD999 is #202666. Grayscale: #D3D3D3. Windows color (decimal): -2106983 or 10082783. OLE color: 10082783.
HSL color Cylindrical-coordinate representation of color #DFD999: hue angle of 54.86º 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 #DFD999 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 153 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.13 |
| HSL | 54.86º | 0.52% | 0.74% | - |
| HSV(B) | 54.86º | 0.31% | 0.87% | - |
| XYZ | 60.99 | 67.61 | 39.97 | - |
| YUV | 211.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 153 | 0 | 0.03 | 0.31 | 0.13 | 54.86 | 0.52 | 0.74 |
| Hex | DF | D9 | 99 | 0 | 3 | 1F | D | 37 | 34 | 4A |
| Octal | 337 | 331 | 231 | 0 | 3 | 37 | 15 | 67 | 64 | 112 |
| Binary | 11011111 | 11011001 | 10011001 | 0 | 11 | 11111 | 1101 | 110111 | 110100 | 1001010 |
Color Harmonies of #DFD999
Complementary color
Monochromatic Colors of #DFD999
Black with #DFD999
Text Example
Text Example
White with #DFD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD999; }
p { color: rgb(223,217,153); }
H1.HeaderClassName
{
color: #DFD999;
}
.AnyTagClassName
{
color: #DFD999;
}
</style>
background-color css
<style>
a { background-color: #DFD999; }
a { background-color: rgb(223,217,153); }
div.DivClassName
{
background-color: #DFD999;
}
.BgClassName
{
background-color: #DFD999;
}
</style>
border-color css
<style>
span { border-color: #DFD999; }
span { border-color: rgb(223,217,153); }
td.TdClassName
{
border-color: #DFD999;
}
.TagClassName
{
border-color: #DFD999;
}
</style>