Shades of Chenin #DCBC6C
Tints of Chenin #DCBC6C
RGB
CMYK
RGB Variations
Color information
#DCBC6C (or 0xDCBC6C) is known color: Chenin. HEX triplet: DC, BC and 6C. RGB value is (220,188,108). Sum of RGB (Red+Green+Blue) = 220+188+108=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC6C is #234393. Grayscale: #BCBCBC. Windows color (decimal): -2311060 or 7126236. OLE color: 7126236.
HSL color Cylindrical-coordinate representation of color #DCBC6C: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCBC6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 108 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 42.86º | 0.62% | 0.64% | - |
| HSV(B) | 42.86º | 0.51% | 0.86% | - |
| XYZ | 50.21 | 52.26 | 21.63 | - |
| YUV | 188.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 108 | 0 | 0.15 | 0.51 | 0.14 | 42.86 | 0.62 | 0.64 |
| Hex | DC | BC | 6C | 0 | F | 33 | E | 2B | 3E | 40 |
| Octal | 334 | 274 | 154 | 0 | 17 | 63 | 16 | 53 | 76 | 100 |
| Binary | 11011100 | 10111100 | 1101100 | 0 | 1111 | 110011 | 1110 | 101011 | 111110 | 1000000 |
Color Harmonies of #DCBC6C
Complementary color
Monochromatic Colors of #DCBC6C
Black with #DCBC6C
Text Example
Text Example
White with #DCBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC6C; }
p { color: rgb(220,188,108); }
H1.HeaderClassName
{
color: #DCBC6C;
}
.AnyTagClassName
{
color: #DCBC6C;
}
</style>
background-color css
<style>
a { background-color: #DCBC6C; }
a { background-color: rgb(220,188,108); }
div.DivClassName
{
background-color: #DCBC6C;
}
.BgClassName
{
background-color: #DCBC6C;
}
</style>
border-color css
<style>
span { border-color: #DCBC6C; }
span { border-color: rgb(220,188,108); }
td.TdClassName
{
border-color: #DCBC6C;
}
.TagClassName
{
border-color: #DCBC6C;
}
</style>