Shades of Primrose #DCD895
Tints of Primrose #DCD895
RGB
CMYK
RGB Variations
Color information
#DCD895 (or 0xDCD895) is known color: Primrose. HEX triplet: DC, D8 and 95. RGB value is (220,216,149). Sum of RGB (Red+Green+Blue) = 220+216+149=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD895 is #23276A. Grayscale: #D1D1D1. Windows color (decimal): -2303851 or 9820380. OLE color: 9820380.
HSL color Cylindrical-coordinate representation of color #DCD895: hue angle of 56.62º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD895 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 149 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.14 |
| HSL | 56.62º | 0.5% | 0.72% | - |
| HSV(B) | 56.62º | 0.32% | 0.86% | - |
| XYZ | 59.5 | 66.5 | 38.13 | - |
| YUV | 209.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 149 | 0 | 0.02 | 0.32 | 0.14 | 56.62 | 0.5 | 0.72 |
| Hex | DC | D8 | 95 | 0 | 2 | 20 | E | 39 | 32 | 48 |
| Octal | 334 | 330 | 225 | 0 | 2 | 40 | 16 | 71 | 62 | 110 |
| Binary | 11011100 | 11011000 | 10010101 | 0 | 10 | 100000 | 1110 | 111001 | 110010 | 1001000 |
Color Harmonies of #DCD895
Complementary color
Monochromatic Colors of #DCD895
Black with #DCD895
Text Example
Text Example
White with #DCD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD895; }
p { color: rgb(220,216,149); }
H1.HeaderClassName
{
color: #DCD895;
}
.AnyTagClassName
{
color: #DCD895;
}
</style>
background-color css
<style>
a { background-color: #DCD895; }
a { background-color: rgb(220,216,149); }
div.DivClassName
{
background-color: #DCD895;
}
.BgClassName
{
background-color: #DCD895;
}
</style>
border-color css
<style>
span { border-color: #DCD895; }
span { border-color: rgb(220,216,149); }
td.TdClassName
{
border-color: #DCD895;
}
.TagClassName
{
border-color: #DCD895;
}
</style>