Shades of Primrose #DFDD96
Tints of Primrose #DFDD96
RGB
CMYK
RGB Variations
Color information
#DFDD96 (or 0xDFDD96) is known color: Primrose. HEX triplet: DF, DD and 96. RGB value is (223,221,150). Sum of RGB (Red+Green+Blue) = 223+221+150=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD96 is #202269. Grayscale: #D5D5D5. Windows color (decimal): -2105962 or 9887199. OLE color: 9887199.
HSL color Cylindrical-coordinate representation of color #DFDD96: hue angle of 58.36º degrees, saturation: 0.53, 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 #DFDD96 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 150 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.36º | 0.53% | 0.73% | - |
| HSV(B) | 58.36º | 0.33% | 0.87% | - |
| XYZ | 61.79 | 69.6 | 39.03 | - |
| YUV | 213.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 150 | 0 | 0.01 | 0.33 | 0.13 | 58.36 | 0.53 | 0.73 |
| Hex | DF | DD | 96 | 0 | 1 | 21 | D | 3A | 35 | 49 |
| Octal | 337 | 335 | 226 | 0 | 1 | 41 | 15 | 72 | 65 | 111 |
| Binary | 11011111 | 11011101 | 10010110 | 0 | 1 | 100001 | 1101 | 111010 | 110101 | 1001001 |
Color Harmonies of #DFDD96
Complementary color
Monochromatic Colors of #DFDD96
Black with #DFDD96
Text Example
Text Example
White with #DFDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD96; }
p { color: rgb(223,221,150); }
H1.HeaderClassName
{
color: #DFDD96;
}
.AnyTagClassName
{
color: #DFDD96;
}
</style>
background-color css
<style>
a { background-color: #DFDD96; }
a { background-color: rgb(223,221,150); }
div.DivClassName
{
background-color: #DFDD96;
}
.BgClassName
{
background-color: #DFDD96;
}
</style>
border-color css
<style>
span { border-color: #DFDD96; }
span { border-color: rgb(223,221,150); }
td.TdClassName
{
border-color: #DFDD96;
}
.TagClassName
{
border-color: #DFDD96;
}
</style>