Shades of Primrose #DFDD95
Tints of Primrose #DFDD95
RGB
CMYK
RGB Variations
Color information
#DFDD95 (or 0xDFDD95) is known color: Primrose. HEX triplet: DF, DD and 95. RGB value is (223,221,149). Sum of RGB (Red+Green+Blue) = 223+221+149=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD95 is #20226A. Grayscale: #D5D5D5. Windows color (decimal): -2105963 or 9821663. OLE color: 9821663.
HSL color Cylindrical-coordinate representation of color #DFDD95: hue angle of 58.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFDD95 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 149 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.38º | 0.54% | 0.73% | - |
| HSV(B) | 58.38º | 0.33% | 0.87% | - |
| XYZ | 61.71 | 69.57 | 38.61 | - |
| YUV | 213.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 149 | 0 | 0.01 | 0.33 | 0.13 | 58.38 | 0.54 | 0.73 |
| Hex | DF | DD | 95 | 0 | 1 | 21 | D | 3A | 36 | 49 |
| Octal | 337 | 335 | 225 | 0 | 1 | 41 | 15 | 72 | 66 | 111 |
| Binary | 11011111 | 11011101 | 10010101 | 0 | 1 | 100001 | 1101 | 111010 | 110110 | 1001001 |
Color Harmonies of #DFDD95
Complementary color
Monochromatic Colors of #DFDD95
Black with #DFDD95
Text Example
Text Example
White with #DFDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD95; }
p { color: rgb(223,221,149); }
H1.HeaderClassName
{
color: #DFDD95;
}
.AnyTagClassName
{
color: #DFDD95;
}
</style>
background-color css
<style>
a { background-color: #DFDD95; }
a { background-color: rgb(223,221,149); }
div.DivClassName
{
background-color: #DFDD95;
}
.BgClassName
{
background-color: #DFDD95;
}
</style>
border-color css
<style>
span { border-color: #DFDD95; }
span { border-color: rgb(223,221,149); }
td.TdClassName
{
border-color: #DFDD95;
}
.TagClassName
{
border-color: #DFDD95;
}
</style>