Shades of Primrose #DCDA86
Tints of Primrose #DCDA86
RGB
CMYK
RGB Variations
Color information
#DCDA86 (or 0xDCDA86) is known color: Primrose. HEX triplet: DC, DA and 86. RGB value is (220,218,134). Sum of RGB (Red+Green+Blue) = 220+218+134=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA86 is #232579. Grayscale: #D1D1D1. Windows color (decimal): -2303354 or 8837852. OLE color: 8837852.
HSL color Cylindrical-coordinate representation of color #DCDA86: hue angle of 58.6º 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 #DCDA86 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 134 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.14 |
| HSL | 58.6º | 0.55% | 0.69% | - |
| HSV(B) | 58.6º | 0.39% | 0.86% | - |
| XYZ | 58.89 | 67.08 | 32.4 | - |
| YUV | 209.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 134 | 0 | 0.01 | 0.39 | 0.14 | 58.6 | 0.55 | 0.69 |
| Hex | DC | DA | 86 | 0 | 1 | 27 | E | 3B | 37 | 45 |
| Octal | 334 | 332 | 206 | 0 | 1 | 47 | 16 | 73 | 67 | 105 |
| Binary | 11011100 | 11011010 | 10000110 | 0 | 1 | 100111 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DCDA86
Complementary color
Monochromatic Colors of #DCDA86
Black with #DCDA86
Text Example
Text Example
White with #DCDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA86; }
p { color: rgb(220,218,134); }
H1.HeaderClassName
{
color: #DCDA86;
}
.AnyTagClassName
{
color: #DCDA86;
}
</style>
background-color css
<style>
a { background-color: #DCDA86; }
a { background-color: rgb(220,218,134); }
div.DivClassName
{
background-color: #DCDA86;
}
.BgClassName
{
background-color: #DCDA86;
}
</style>
border-color css
<style>
span { border-color: #DCDA86; }
span { border-color: rgb(220,218,134); }
td.TdClassName
{
border-color: #DCDA86;
}
.TagClassName
{
border-color: #DCDA86;
}
</style>