Shades of Primrose #DFDF94
Tints of Primrose #DFDF94
RGB
CMYK
RGB Variations
Color information
#DFDF94 (or 0xDFDF94) is known color: Primrose. HEX triplet: DF, DF and 94. RGB value is (223,223,148). Sum of RGB (Red+Green+Blue) = 223+223+148=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF94 is #20206B. Grayscale: #D6D6D6. Windows color (decimal): -2105452 or 9756639. OLE color: 9756639.
HSL color Cylindrical-coordinate representation of color #DFDF94: hue angle of 60º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFDF94 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 148 | - |
| CMYK | 0 | 0 | 0.34 | 0.13 |
| HSL | 60º | 0.54% | 0.73% | - |
| HSV(B) | 60º | 0.34% | 0.87% | - |
| XYZ | 62.16 | 70.6 | 38.37 | - |
| YUV | 214.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 148 | 0 | 0 | 0.34 | 0.13 | 60 | 0.54 | 0.73 |
| Hex | DF | DF | 94 | 0 | 0 | 22 | D | 3C | 36 | 49 |
| Octal | 337 | 337 | 224 | 0 | 0 | 42 | 15 | 74 | 66 | 111 |
| Binary | 11011111 | 11011111 | 10010100 | 0 | 0 | 100010 | 1101 | 111100 | 110110 | 1001001 |
Color Harmonies of #DFDF94
Complementary color
Monochromatic Colors of #DFDF94
Black with #DFDF94
Text Example
Text Example
White with #DFDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF94; }
p { color: rgb(223,223,148); }
H1.HeaderClassName
{
color: #DFDF94;
}
.AnyTagClassName
{
color: #DFDF94;
}
</style>
background-color css
<style>
a { background-color: #DFDF94; }
a { background-color: rgb(223,223,148); }
div.DivClassName
{
background-color: #DFDF94;
}
.BgClassName
{
background-color: #DFDF94;
}
</style>
border-color css
<style>
span { border-color: #DFDF94; }
span { border-color: rgb(223,223,148); }
td.TdClassName
{
border-color: #DFDF94;
}
.TagClassName
{
border-color: #DFDF94;
}
</style>