Shades of Primrose #DCD886
Tints of Primrose #DCD886
RGB
CMYK
RGB Variations
Color information
#DCD886 (or 0xDCD886) is known color: Primrose. HEX triplet: DC, D8 and 86. RGB value is (220,216,134). Sum of RGB (Red+Green+Blue) = 220+216+134=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD886 is #232779. Grayscale: #D0D0D0. Windows color (decimal): -2303866 or 8837340. OLE color: 8837340.
HSL color Cylindrical-coordinate representation of color #DCD886: hue angle of 57.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD886 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 134 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.14 |
| HSL | 57.21º | 0.55% | 0.69% | - |
| HSV(B) | 57.21º | 0.39% | 0.86% | - |
| XYZ | 58.37 | 66.05 | 32.23 | - |
| YUV | 207.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 134 | 0 | 0.02 | 0.39 | 0.14 | 57.21 | 0.55 | 0.69 |
| Hex | DC | D8 | 86 | 0 | 2 | 27 | E | 39 | 37 | 45 |
| Octal | 334 | 330 | 206 | 0 | 2 | 47 | 16 | 71 | 67 | 105 |
| Binary | 11011100 | 11011000 | 10000110 | 0 | 10 | 100111 | 1110 | 111001 | 110111 | 1000101 |
Color Harmonies of #DCD886
Complementary color
Monochromatic Colors of #DCD886
Black with #DCD886
Text Example
Text Example
White with #DCD886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD886; }
p { color: rgb(220,216,134); }
H1.HeaderClassName
{
color: #DCD886;
}
.AnyTagClassName
{
color: #DCD886;
}
</style>
background-color css
<style>
a { background-color: #DCD886; }
a { background-color: rgb(220,216,134); }
div.DivClassName
{
background-color: #DCD886;
}
.BgClassName
{
background-color: #DCD886;
}
</style>
border-color css
<style>
span { border-color: #DCD886; }
span { border-color: rgb(220,216,134); }
td.TdClassName
{
border-color: #DCD886;
}
.TagClassName
{
border-color: #DCD886;
}
</style>