Shades of Primrose #DEDC86
Tints of Primrose #DEDC86
RGB
CMYK
RGB Variations
Color information
#DEDC86 (or 0xDEDC86) is known color: Primrose. HEX triplet: DE, DC and 86. RGB value is (222,220,134). Sum of RGB (Red+Green+Blue) = 222+220+134=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC86 is #212379. Grayscale: #D3D3D3. Windows color (decimal): -2171770 or 8838366. OLE color: 8838366.
HSL color Cylindrical-coordinate representation of color #DEDC86: hue angle of 58.64º 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 #DEDC86 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 134 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.13 |
| HSL | 58.64º | 0.57% | 0.7% | - |
| HSV(B) | 58.64º | 0.4% | 0.87% | - |
| XYZ | 60.02 | 68.44 | 32.6 | - |
| YUV | 210.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 134 | 0 | 0.01 | 0.40 | 0.13 | 58.64 | 0.57 | 0.7 |
| Hex | DE | DC | 86 | 0 | 1 | 28 | D | 3B | 39 | 46 |
| Octal | 336 | 334 | 206 | 0 | 1 | 50 | 15 | 73 | 71 | 106 |
| Binary | 11011110 | 11011100 | 10000110 | 0 | 1 | 101000 | 1101 | 111011 | 111001 | 1000110 |
Color Harmonies of #DEDC86
Complementary color
Monochromatic Colors of #DEDC86
Black with #DEDC86
Text Example
Text Example
White with #DEDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC86; }
p { color: rgb(222,220,134); }
H1.HeaderClassName
{
color: #DEDC86;
}
.AnyTagClassName
{
color: #DEDC86;
}
</style>
background-color css
<style>
a { background-color: #DEDC86; }
a { background-color: rgb(222,220,134); }
div.DivClassName
{
background-color: #DEDC86;
}
.BgClassName
{
background-color: #DEDC86;
}
</style>
border-color css
<style>
span { border-color: #DEDC86; }
span { border-color: rgb(222,220,134); }
td.TdClassName
{
border-color: #DEDC86;
}
.TagClassName
{
border-color: #DEDC86;
}
</style>