Shades of Primrose #DFDB94
Tints of Primrose #DFDB94
RGB
CMYK
RGB Variations
Color information
#DFDB94 (or 0xDFDB94) is known color: Primrose. HEX triplet: DF, DB and 94. RGB value is (223,219,148). Sum of RGB (Red+Green+Blue) = 223+219+148=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB94 is #20246B. Grayscale: #D4D4D4. Windows color (decimal): -2106476 or 9755615. OLE color: 9755615.
HSL color Cylindrical-coordinate representation of color #DFDB94: hue angle of 56.8º 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 #DFDB94 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 148 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.8º | 0.54% | 0.73% | - |
| HSV(B) | 56.8º | 0.34% | 0.87% | - |
| XYZ | 61.11 | 68.49 | 38.02 | - |
| YUV | 212.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 148 | 0 | 0.02 | 0.34 | 0.13 | 56.8 | 0.54 | 0.73 |
| Hex | DF | DB | 94 | 0 | 2 | 22 | D | 39 | 36 | 49 |
| Octal | 337 | 333 | 224 | 0 | 2 | 42 | 15 | 71 | 66 | 111 |
| Binary | 11011111 | 11011011 | 10010100 | 0 | 10 | 100010 | 1101 | 111001 | 110110 | 1001001 |
Color Harmonies of #DFDB94
Complementary color
Monochromatic Colors of #DFDB94
Black with #DFDB94
Text Example
Text Example
White with #DFDB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB94; }
p { color: rgb(223,219,148); }
H1.HeaderClassName
{
color: #DFDB94;
}
.AnyTagClassName
{
color: #DFDB94;
}
</style>
background-color css
<style>
a { background-color: #DFDB94; }
a { background-color: rgb(223,219,148); }
div.DivClassName
{
background-color: #DFDB94;
}
.BgClassName
{
background-color: #DFDB94;
}
</style>
border-color css
<style>
span { border-color: #DFDB94; }
span { border-color: rgb(223,219,148); }
td.TdClassName
{
border-color: #DFDB94;
}
.TagClassName
{
border-color: #DFDB94;
}
</style>