Shades of Primrose #DCDC86
Tints of Primrose #DCDC86
RGB
CMYK
RGB Variations
Color information
#DCDC86 (or 0xDCDC86) is known color: Primrose. HEX triplet: DC, DC and 86. RGB value is (220,220,134). Sum of RGB (Red+Green+Blue) = 220+220+134=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC86 is #232379. Grayscale: #D2D2D2. Windows color (decimal): -2302842 or 8838364. OLE color: 8838364.
HSL color Cylindrical-coordinate representation of color #DCDC86: hue angle of 60º 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 #DCDC86 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 134 | - |
| CMYK | 0 | 0 | 0.39 | 0.14 |
| HSL | 60º | 0.55% | 0.69% | - |
| HSV(B) | 60º | 0.39% | 0.86% | - |
| XYZ | 59.41 | 68.12 | 32.57 | - |
| YUV | 210.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 134 | 0 | 0 | 0.39 | 0.14 | 60 | 0.55 | 0.69 |
| Hex | DC | DC | 86 | 0 | 0 | 27 | E | 3C | 37 | 45 |
| Octal | 334 | 334 | 206 | 0 | 0 | 47 | 16 | 74 | 67 | 105 |
| Binary | 11011100 | 11011100 | 10000110 | 0 | 0 | 100111 | 1110 | 111100 | 110111 | 1000101 |
Color Harmonies of #DCDC86
Complementary color
Monochromatic Colors of #DCDC86
Black with #DCDC86
Text Example
Text Example
White with #DCDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC86; }
p { color: rgb(220,220,134); }
H1.HeaderClassName
{
color: #DCDC86;
}
.AnyTagClassName
{
color: #DCDC86;
}
</style>
background-color css
<style>
a { background-color: #DCDC86; }
a { background-color: rgb(220,220,134); }
div.DivClassName
{
background-color: #DCDC86;
}
.BgClassName
{
background-color: #DCDC86;
}
</style>
border-color css
<style>
span { border-color: #DCDC86; }
span { border-color: rgb(220,220,134); }
td.TdClassName
{
border-color: #DCDC86;
}
.TagClassName
{
border-color: #DCDC86;
}
</style>