Shades of Primrose #DCDB86
Tints of Primrose #DCDB86
RGB
CMYK
RGB Variations
Color information
#DCDB86 (or 0xDCDB86) is known color: Primrose. HEX triplet: DC, DB and 86. RGB value is (220,219,134). Sum of RGB (Red+Green+Blue) = 220+219+134=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB86 is #232479. Grayscale: #D1D1D1. Windows color (decimal): -2303098 or 8838108. OLE color: 8838108.
HSL color Cylindrical-coordinate representation of color #DCDB86: hue angle of 59.3º 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 #DCDB86 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 134 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.14 |
| HSL | 59.3º | 0.55% | 0.69% | - |
| HSV(B) | 59.3º | 0.39% | 0.86% | - |
| XYZ | 59.15 | 67.6 | 32.48 | - |
| YUV | 209.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 134 | 0 | 0.00 | 0.39 | 0.14 | 59.3 | 0.55 | 0.69 |
| Hex | DC | DB | 86 | 0 | 0 | 27 | E | 3B | 37 | 45 |
| Octal | 334 | 333 | 206 | 0 | 0 | 47 | 16 | 73 | 67 | 105 |
| Binary | 11011100 | 11011011 | 10000110 | 0 | 0 | 100111 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DCDB86
Complementary color
Monochromatic Colors of #DCDB86
Black with #DCDB86
Text Example
Text Example
White with #DCDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB86; }
p { color: rgb(220,219,134); }
H1.HeaderClassName
{
color: #DCDB86;
}
.AnyTagClassName
{
color: #DCDB86;
}
</style>
background-color css
<style>
a { background-color: #DCDB86; }
a { background-color: rgb(220,219,134); }
div.DivClassName
{
background-color: #DCDB86;
}
.BgClassName
{
background-color: #DCDB86;
}
</style>
border-color css
<style>
span { border-color: #DCDB86; }
span { border-color: rgb(220,219,134); }
td.TdClassName
{
border-color: #DCDB86;
}
.TagClassName
{
border-color: #DCDB86;
}
</style>