Shades of Primrose #DFDC94
Tints of Primrose #DFDC94
RGB
CMYK
RGB Variations
Color information
#DFDC94 (or 0xDFDC94) is known color: Primrose. HEX triplet: DF, DC and 94. RGB value is (223,220,148). Sum of RGB (Red+Green+Blue) = 223+220+148=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC94 is #20236B. Grayscale: #D4D4D4. Windows color (decimal): -2106220 or 9755871. OLE color: 9755871.
HSL color Cylindrical-coordinate representation of color #DFDC94: hue angle of 57.6º 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 #DFDC94 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 148 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 57.6º | 0.54% | 0.73% | - |
| HSV(B) | 57.6º | 0.34% | 0.87% | - |
| XYZ | 61.37 | 69.01 | 38.1 | - |
| YUV | 212.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 148 | 0 | 0.01 | 0.34 | 0.13 | 57.6 | 0.54 | 0.73 |
| Hex | DF | DC | 94 | 0 | 1 | 22 | D | 3A | 36 | 49 |
| Octal | 337 | 334 | 224 | 0 | 1 | 42 | 15 | 72 | 66 | 111 |
| Binary | 11011111 | 11011100 | 10010100 | 0 | 1 | 100010 | 1101 | 111010 | 110110 | 1001001 |
Color Harmonies of #DFDC94
Complementary color
Monochromatic Colors of #DFDC94
Black with #DFDC94
Text Example
Text Example
White with #DFDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC94; }
p { color: rgb(223,220,148); }
H1.HeaderClassName
{
color: #DFDC94;
}
.AnyTagClassName
{
color: #DFDC94;
}
</style>
background-color css
<style>
a { background-color: #DFDC94; }
a { background-color: rgb(223,220,148); }
div.DivClassName
{
background-color: #DFDC94;
}
.BgClassName
{
background-color: #DFDC94;
}
</style>
border-color css
<style>
span { border-color: #DFDC94; }
span { border-color: rgb(223,220,148); }
td.TdClassName
{
border-color: #DFDC94;
}
.TagClassName
{
border-color: #DFDC94;
}
</style>