Shades of Primrose #DCD896
Tints of Primrose #DCD896
RGB
CMYK
RGB Variations
Color information
#DCD896 (or 0xDCD896) is known color: Primrose. HEX triplet: DC, D8 and 96. RGB value is (220,216,150). Sum of RGB (Red+Green+Blue) = 220+216+150=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD896 is #232769. Grayscale: #D1D1D1. Windows color (decimal): -2303850 or 9885916. OLE color: 9885916.
HSL color Cylindrical-coordinate representation of color #DCD896: hue angle of 56.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD896 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 150 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.14 |
| HSL | 56.57º | 0.5% | 0.73% | - |
| HSV(B) | 56.57º | 0.32% | 0.86% | - |
| XYZ | 59.58 | 66.53 | 38.56 | - |
| YUV | 209.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 150 | 0 | 0.02 | 0.32 | 0.14 | 56.57 | 0.5 | 0.73 |
| Hex | DC | D8 | 96 | 0 | 2 | 20 | E | 39 | 32 | 49 |
| Octal | 334 | 330 | 226 | 0 | 2 | 40 | 16 | 71 | 62 | 111 |
| Binary | 11011100 | 11011000 | 10010110 | 0 | 10 | 100000 | 1110 | 111001 | 110010 | 1001001 |
Color Harmonies of #DCD896
Complementary color
Monochromatic Colors of #DCD896
Black with #DCD896
Text Example
Text Example
White with #DCD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD896; }
p { color: rgb(220,216,150); }
H1.HeaderClassName
{
color: #DCD896;
}
.AnyTagClassName
{
color: #DCD896;
}
</style>
background-color css
<style>
a { background-color: #DCD896; }
a { background-color: rgb(220,216,150); }
div.DivClassName
{
background-color: #DCD896;
}
.BgClassName
{
background-color: #DCD896;
}
</style>
border-color css
<style>
span { border-color: #DCD896; }
span { border-color: rgb(220,216,150); }
td.TdClassName
{
border-color: #DCD896;
}
.TagClassName
{
border-color: #DCD896;
}
</style>