Shades of Primrose #DCD995
Tints of Primrose #DCD995
RGB
CMYK
RGB Variations
Color information
#DCD995 (or 0xDCD995) is known color: Primrose. HEX triplet: DC, D9 and 95. RGB value is (220,217,149). Sum of RGB (Red+Green+Blue) = 220+217+149=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD995 is #23266A. Grayscale: #D2D2D2. Windows color (decimal): -2303595 or 9820636. OLE color: 9820636.
HSL color Cylindrical-coordinate representation of color #DCD995: hue angle of 57.46º 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 #DCD995 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 149 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.14 |
| HSL | 57.46º | 0.5% | 0.72% | - |
| HSV(B) | 57.46º | 0.32% | 0.86% | - |
| XYZ | 59.75 | 67.01 | 38.22 | - |
| YUV | 210.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 149 | 0 | 0.01 | 0.32 | 0.14 | 57.46 | 0.5 | 0.72 |
| Hex | DC | D9 | 95 | 0 | 1 | 20 | E | 39 | 32 | 48 |
| Octal | 334 | 331 | 225 | 0 | 1 | 40 | 16 | 71 | 62 | 110 |
| Binary | 11011100 | 11011001 | 10010101 | 0 | 1 | 100000 | 1110 | 111001 | 110010 | 1001000 |
Color Harmonies of #DCD995
Complementary color
Monochromatic Colors of #DCD995
Black with #DCD995
Text Example
Text Example
White with #DCD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD995; }
p { color: rgb(220,217,149); }
H1.HeaderClassName
{
color: #DCD995;
}
.AnyTagClassName
{
color: #DCD995;
}
</style>
background-color css
<style>
a { background-color: #DCD995; }
a { background-color: rgb(220,217,149); }
div.DivClassName
{
background-color: #DCD995;
}
.BgClassName
{
background-color: #DCD995;
}
</style>
border-color css
<style>
span { border-color: #DCD995; }
span { border-color: rgb(220,217,149); }
td.TdClassName
{
border-color: #DCD995;
}
.TagClassName
{
border-color: #DCD995;
}
</style>