Shades of Chenin #DCB86D
Tints of Chenin #DCB86D
RGB
CMYK
RGB Variations
Color information
#DCB86D (or 0xDCB86D) is known color: Chenin. HEX triplet: DC, B8 and 6D. RGB value is (220,184,109). Sum of RGB (Red+Green+Blue) = 220+184+109=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB86D is #234792. Grayscale: #BABABA. Windows color (decimal): -2312083 or 7190748. OLE color: 7190748.
HSL color Cylindrical-coordinate representation of color #DCB86D: hue angle of 40.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB86D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 109 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.14 |
| HSL | 40.54º | 0.61% | 0.65% | - |
| HSV(B) | 40.54º | 0.5% | 0.86% | - |
| XYZ | 49.42 | 50.6 | 21.63 | - |
| YUV | 186.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 109 | 0 | 0.16 | 0.50 | 0.14 | 40.54 | 0.61 | 0.65 |
| Hex | DC | B8 | 6D | 0 | 10 | 32 | E | 29 | 3D | 41 |
| Octal | 334 | 270 | 155 | 0 | 20 | 62 | 16 | 51 | 75 | 101 |
| Binary | 11011100 | 10111000 | 1101101 | 0 | 10000 | 110010 | 1110 | 101001 | 111101 | 1000001 |
Color Harmonies of #DCB86D
Complementary color
Monochromatic Colors of #DCB86D
Black with #DCB86D
Text Example
Text Example
White with #DCB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB86D; }
p { color: rgb(220,184,109); }
H1.HeaderClassName
{
color: #DCB86D;
}
.AnyTagClassName
{
color: #DCB86D;
}
</style>
background-color css
<style>
a { background-color: #DCB86D; }
a { background-color: rgb(220,184,109); }
div.DivClassName
{
background-color: #DCB86D;
}
.BgClassName
{
background-color: #DCB86D;
}
</style>
border-color css
<style>
span { border-color: #DCB86D; }
span { border-color: rgb(220,184,109); }
td.TdClassName
{
border-color: #DCB86D;
}
.TagClassName
{
border-color: #DCB86D;
}
</style>