Shades of Primrose #DFDF96
Tints of Primrose #DFDF96
RGB
CMYK
RGB Variations
Color information
#DFDF96 (or 0xDFDF96) is known color: Primrose. HEX triplet: DF, DF and 96. RGB value is (223,223,150). Sum of RGB (Red+Green+Blue) = 223+223+150=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF96 is #202069. Grayscale: #D6D6D6. Windows color (decimal): -2105450 or 9887711. OLE color: 9887711.
HSL color Cylindrical-coordinate representation of color #DFDF96: hue angle of 60º 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 #DFDF96 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 150 | - |
| CMYK | 0 | 0 | 0.33 | 0.13 |
| HSL | 60º | 0.53% | 0.73% | - |
| HSV(B) | 60º | 0.33% | 0.87% | - |
| XYZ | 62.32 | 70.67 | 39.21 | - |
| YUV | 214.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 150 | 0 | 0 | 0.33 | 0.13 | 60 | 0.53 | 0.73 |
| Hex | DF | DF | 96 | 0 | 0 | 21 | D | 3C | 35 | 49 |
| Octal | 337 | 337 | 226 | 0 | 0 | 41 | 15 | 74 | 65 | 111 |
| Binary | 11011111 | 11011111 | 10010110 | 0 | 0 | 100001 | 1101 | 111100 | 110101 | 1001001 |
Color Harmonies of #DFDF96
Complementary color
Monochromatic Colors of #DFDF96
Black with #DFDF96
Text Example
Text Example
White with #DFDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF96; }
p { color: rgb(223,223,150); }
H1.HeaderClassName
{
color: #DFDF96;
}
.AnyTagClassName
{
color: #DFDF96;
}
</style>
background-color css
<style>
a { background-color: #DFDF96; }
a { background-color: rgb(223,223,150); }
div.DivClassName
{
background-color: #DFDF96;
}
.BgClassName
{
background-color: #DFDF96;
}
</style>
border-color css
<style>
span { border-color: #DFDF96; }
span { border-color: rgb(223,223,150); }
td.TdClassName
{
border-color: #DFDF96;
}
.TagClassName
{
border-color: #DFDF96;
}
</style>