Shades of Chenin #DCB76F
Tints of Chenin #DCB76F
RGB
CMYK
RGB Variations
Color information
#DCB76F (or 0xDCB76F) is known color: Chenin. HEX triplet: DC, B7 and 6F. RGB value is (220,183,111). Sum of RGB (Red+Green+Blue) = 220+183+111=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB76F is #234890. Grayscale: #BABABA. Windows color (decimal): -2312337 or 7321564. OLE color: 7321564.
HSL color Cylindrical-coordinate representation of color #DCB76F: hue angle of 39.63º 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 #DCB76F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 111 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.14 |
| HSL | 39.63º | 0.61% | 0.65% | - |
| HSV(B) | 39.63º | 0.5% | 0.86% | - |
| XYZ | 49.32 | 50.23 | 22.14 | - |
| YUV | 185.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 111 | 0 | 0.17 | 0.50 | 0.14 | 39.63 | 0.61 | 0.65 |
| Hex | DC | B7 | 6F | 0 | 11 | 32 | E | 28 | 3D | 41 |
| Octal | 334 | 267 | 157 | 0 | 21 | 62 | 16 | 50 | 75 | 101 |
| Binary | 11011100 | 10110111 | 1101111 | 0 | 10001 | 110010 | 1110 | 101000 | 111101 | 1000001 |
Color Harmonies of #DCB76F
Complementary color
Monochromatic Colors of #DCB76F
Black with #DCB76F
Text Example
Text Example
White with #DCB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB76F; }
p { color: rgb(220,183,111); }
H1.HeaderClassName
{
color: #DCB76F;
}
.AnyTagClassName
{
color: #DCB76F;
}
</style>
background-color css
<style>
a { background-color: #DCB76F; }
a { background-color: rgb(220,183,111); }
div.DivClassName
{
background-color: #DCB76F;
}
.BgClassName
{
background-color: #DCB76F;
}
</style>
border-color css
<style>
span { border-color: #DCB76F; }
span { border-color: rgb(220,183,111); }
td.TdClassName
{
border-color: #DCB76F;
}
.TagClassName
{
border-color: #DCB76F;
}
</style>