Shades of Primrose #DCDE86
Tints of Primrose #DCDE86
RGB
CMYK
RGB Variations
Color information
#DCDE86 (or 0xDCDE86) is known color: Primrose. HEX triplet: DC, DE and 86. RGB value is (220,222,134). Sum of RGB (Red+Green+Blue) = 220+222+134=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE86 is #232179. Grayscale: #D3D3D3. Windows color (decimal): -2302330 or 8838876. OLE color: 8838876.
HSL color Cylindrical-coordinate representation of color #DCDE86: hue angle of 61.36º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDE86 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 134 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.13 |
| HSL | 61.36º | 0.57% | 0.7% | - |
| HSV(B) | 61.36º | 0.4% | 0.87% | - |
| XYZ | 59.94 | 69.18 | 32.75 | - |
| YUV | 211.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 134 | 0.01 | 0 | 0.40 | 0.13 | 61.36 | 0.57 | 0.7 |
| Hex | DC | DE | 86 | 1 | 0 | 28 | D | 3D | 39 | 46 |
| Octal | 334 | 336 | 206 | 1 | 0 | 50 | 15 | 75 | 71 | 106 |
| Binary | 11011100 | 11011110 | 10000110 | 1 | 0 | 101000 | 1101 | 111101 | 111001 | 1000110 |
Color Harmonies of #DCDE86
Complementary color
Monochromatic Colors of #DCDE86
Black with #DCDE86
Text Example
Text Example
White with #DCDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE86; }
p { color: rgb(220,222,134); }
H1.HeaderClassName
{
color: #DCDE86;
}
.AnyTagClassName
{
color: #DCDE86;
}
</style>
background-color css
<style>
a { background-color: #DCDE86; }
a { background-color: rgb(220,222,134); }
div.DivClassName
{
background-color: #DCDE86;
}
.BgClassName
{
background-color: #DCDE86;
}
</style>
border-color css
<style>
span { border-color: #DCDE86; }
span { border-color: rgb(220,222,134); }
td.TdClassName
{
border-color: #DCDE86;
}
.TagClassName
{
border-color: #DCDE86;
}
</style>