Shades of Chenin #DCB773
Tints of Chenin #DCB773
RGB
CMYK
RGB Variations
Color information
#DCB773 (or 0xDCB773) is known color: Chenin. HEX triplet: DC, B7 and 73. RGB value is (220,183,115). Sum of RGB (Red+Green+Blue) = 220+183+115=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB773 is #23488C. Grayscale: #BABABA. Windows color (decimal): -2312333 or 7583708. OLE color: 7583708.
HSL color Cylindrical-coordinate representation of color #DCB773: hue angle of 38.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB773 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 115 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.14 |
| HSL | 38.86º | 0.6% | 0.66% | - |
| HSV(B) | 38.86º | 0.48% | 0.86% | - |
| XYZ | 49.54 | 50.32 | 23.32 | - |
| YUV | 186.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 115 | 0 | 0.17 | 0.48 | 0.14 | 38.86 | 0.6 | 0.66 |
| Hex | DC | B7 | 73 | 0 | 11 | 30 | E | 27 | 3C | 42 |
| Octal | 334 | 267 | 163 | 0 | 21 | 60 | 16 | 47 | 74 | 102 |
| Binary | 11011100 | 10110111 | 1110011 | 0 | 10001 | 110000 | 1110 | 100111 | 111100 | 1000010 |
Color Harmonies of #DCB773
Complementary color
Monochromatic Colors of #DCB773
Black with #DCB773
Text Example
Text Example
White with #DCB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB773; }
p { color: rgb(220,183,115); }
H1.HeaderClassName
{
color: #DCB773;
}
.AnyTagClassName
{
color: #DCB773;
}
</style>
background-color css
<style>
a { background-color: #DCB773; }
a { background-color: rgb(220,183,115); }
div.DivClassName
{
background-color: #DCB773;
}
.BgClassName
{
background-color: #DCB773;
}
</style>
border-color css
<style>
span { border-color: #DCB773; }
span { border-color: rgb(220,183,115); }
td.TdClassName
{
border-color: #DCB773;
}
.TagClassName
{
border-color: #DCB773;
}
</style>