Shades of Primrose #DCD986
Tints of Primrose #DCD986
RGB
CMYK
RGB Variations
Color information
#DCD986 (or 0xDCD986) is known color: Primrose. HEX triplet: DC, D9 and 86. RGB value is (220,217,134). Sum of RGB (Red+Green+Blue) = 220+217+134=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD986 is #232679. Grayscale: #D0D0D0. Windows color (decimal): -2303610 or 8837596. OLE color: 8837596.
HSL color Cylindrical-coordinate representation of color #DCD986: hue angle of 57.91º 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 #DCD986 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 134 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.14 |
| HSL | 57.91º | 0.55% | 0.69% | - |
| HSV(B) | 57.91º | 0.39% | 0.86% | - |
| XYZ | 58.63 | 66.56 | 32.31 | - |
| YUV | 208.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 134 | 0 | 0.01 | 0.39 | 0.14 | 57.91 | 0.55 | 0.69 |
| Hex | DC | D9 | 86 | 0 | 1 | 27 | E | 3A | 37 | 45 |
| Octal | 334 | 331 | 206 | 0 | 1 | 47 | 16 | 72 | 67 | 105 |
| Binary | 11011100 | 11011001 | 10000110 | 0 | 1 | 100111 | 1110 | 111010 | 110111 | 1000101 |
Color Harmonies of #DCD986
Complementary color
Monochromatic Colors of #DCD986
Black with #DCD986
Text Example
Text Example
White with #DCD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD986; }
p { color: rgb(220,217,134); }
H1.HeaderClassName
{
color: #DCD986;
}
.AnyTagClassName
{
color: #DCD986;
}
</style>
background-color css
<style>
a { background-color: #DCD986; }
a { background-color: rgb(220,217,134); }
div.DivClassName
{
background-color: #DCD986;
}
.BgClassName
{
background-color: #DCD986;
}
</style>
border-color css
<style>
span { border-color: #DCD986; }
span { border-color: rgb(220,217,134); }
td.TdClassName
{
border-color: #DCD986;
}
.TagClassName
{
border-color: #DCD986;
}
</style>