Shades of Primrose #DCD686
Tints of Primrose #DCD686
RGB
CMYK
RGB Variations
Color information
#DCD686 (or 0xDCD686) is known color: Primrose. HEX triplet: DC, D6 and 86. RGB value is (220,214,134). Sum of RGB (Red+Green+Blue) = 220+214+134=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD686 is #232979. Grayscale: #CFCFCF. Windows color (decimal): -2304378 or 8836828. OLE color: 8836828.
HSL color Cylindrical-coordinate representation of color #DCD686: hue angle of 55.81º 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 #DCD686 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 134 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.14 |
| HSL | 55.81º | 0.55% | 0.69% | - |
| HSV(B) | 55.81º | 0.39% | 0.86% | - |
| XYZ | 57.86 | 65.03 | 32.06 | - |
| YUV | 206.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 134 | 0 | 0.03 | 0.39 | 0.14 | 55.81 | 0.55 | 0.69 |
| Hex | DC | D6 | 86 | 0 | 3 | 27 | E | 38 | 37 | 45 |
| Octal | 334 | 326 | 206 | 0 | 3 | 47 | 16 | 70 | 67 | 105 |
| Binary | 11011100 | 11010110 | 10000110 | 0 | 11 | 100111 | 1110 | 111000 | 110111 | 1000101 |
Color Harmonies of #DCD686
Complementary color
Monochromatic Colors of #DCD686
Black with #DCD686
Text Example
Text Example
White with #DCD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD686; }
p { color: rgb(220,214,134); }
H1.HeaderClassName
{
color: #DCD686;
}
.AnyTagClassName
{
color: #DCD686;
}
</style>
background-color css
<style>
a { background-color: #DCD686; }
a { background-color: rgb(220,214,134); }
div.DivClassName
{
background-color: #DCD686;
}
.BgClassName
{
background-color: #DCD686;
}
</style>
border-color css
<style>
span { border-color: #DCD686; }
span { border-color: rgb(220,214,134); }
td.TdClassName
{
border-color: #DCD686;
}
.TagClassName
{
border-color: #DCD686;
}
</style>