Shades of Chenin #DCBC73
Tints of Chenin #DCBC73
RGB
CMYK
RGB Variations
Color information
#DCBC73 (or 0xDCBC73) is known color: Chenin. HEX triplet: DC, BC and 73. RGB value is (220,188,115). Sum of RGB (Red+Green+Blue) = 220+188+115=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC73 is #23438C. Grayscale: #BDBDBD. Windows color (decimal): -2311053 or 7584988. OLE color: 7584988.
HSL color Cylindrical-coordinate representation of color #DCBC73: hue angle of 41.71º 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 #DCBC73 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 115 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.14 |
| HSL | 41.71º | 0.6% | 0.66% | - |
| HSV(B) | 41.71º | 0.48% | 0.86% | - |
| XYZ | 50.59 | 52.42 | 23.67 | - |
| YUV | 189.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 115 | 0 | 0.15 | 0.48 | 0.14 | 41.71 | 0.6 | 0.66 |
| Hex | DC | BC | 73 | 0 | F | 30 | E | 2A | 3C | 42 |
| Octal | 334 | 274 | 163 | 0 | 17 | 60 | 16 | 52 | 74 | 102 |
| Binary | 11011100 | 10111100 | 1110011 | 0 | 1111 | 110000 | 1110 | 101010 | 111100 | 1000010 |
Color Harmonies of #DCBC73
Complementary color
Monochromatic Colors of #DCBC73
Black with #DCBC73
Text Example
Text Example
White with #DCBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC73; }
p { color: rgb(220,188,115); }
H1.HeaderClassName
{
color: #DCBC73;
}
.AnyTagClassName
{
color: #DCBC73;
}
</style>
background-color css
<style>
a { background-color: #DCBC73; }
a { background-color: rgb(220,188,115); }
div.DivClassName
{
background-color: #DCBC73;
}
.BgClassName
{
background-color: #DCBC73;
}
</style>
border-color css
<style>
span { border-color: #DCBC73; }
span { border-color: rgb(220,188,115); }
td.TdClassName
{
border-color: #DCBC73;
}
.TagClassName
{
border-color: #DCBC73;
}
</style>