Shades of Primrose #DFDA94
Tints of Primrose #DFDA94
RGB
CMYK
RGB Variations
Color information
#DFDA94 (or 0xDFDA94) is known color: Primrose. HEX triplet: DF, DA and 94. RGB value is (223,218,148). Sum of RGB (Red+Green+Blue) = 223+218+148=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA94 is #20256B. Grayscale: #D3D3D3. Windows color (decimal): -2106732 or 9755359. OLE color: 9755359.
HSL color Cylindrical-coordinate representation of color #DFDA94: hue angle of 56º 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 #DFDA94 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 148 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56º | 0.54% | 0.73% | - |
| HSV(B) | 56º | 0.34% | 0.87% | - |
| XYZ | 60.85 | 67.97 | 37.93 | - |
| YUV | 211.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 148 | 0 | 0.02 | 0.34 | 0.13 | 56 | 0.54 | 0.73 |
| Hex | DF | DA | 94 | 0 | 2 | 22 | D | 38 | 36 | 49 |
| Octal | 337 | 332 | 224 | 0 | 2 | 42 | 15 | 70 | 66 | 111 |
| Binary | 11011111 | 11011010 | 10010100 | 0 | 10 | 100010 | 1101 | 111000 | 110110 | 1001001 |
Color Harmonies of #DFDA94
Complementary color
Monochromatic Colors of #DFDA94
Black with #DFDA94
Text Example
Text Example
White with #DFDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA94; }
p { color: rgb(223,218,148); }
H1.HeaderClassName
{
color: #DFDA94;
}
.AnyTagClassName
{
color: #DFDA94;
}
</style>
background-color css
<style>
a { background-color: #DFDA94; }
a { background-color: rgb(223,218,148); }
div.DivClassName
{
background-color: #DFDA94;
}
.BgClassName
{
background-color: #DFDA94;
}
</style>
border-color css
<style>
span { border-color: #DFDA94; }
span { border-color: rgb(223,218,148); }
td.TdClassName
{
border-color: #DFDA94;
}
.TagClassName
{
border-color: #DFDA94;
}
</style>