Shades of Chenin #DCBC6B
Tints of Chenin #DCBC6B
RGB
CMYK
RGB Variations
Color information
#DCBC6B (or 0xDCBC6B) is known color: Chenin. HEX triplet: DC, BC and 6B. RGB value is (220,188,107). Sum of RGB (Red+Green+Blue) = 220+188+107=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC6B is #234394. Grayscale: #BCBCBC. Windows color (decimal): -2311061 or 7060700. OLE color: 7060700.
HSL color Cylindrical-coordinate representation of color #DCBC6B: hue angle of 43.01º 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 #DCBC6B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 107 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 43.01º | 0.62% | 0.64% | - |
| HSV(B) | 43.01º | 0.51% | 0.86% | - |
| XYZ | 50.15 | 52.24 | 21.35 | - |
| YUV | 188.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 107 | 0 | 0.15 | 0.51 | 0.14 | 43.01 | 0.62 | 0.64 |
| Hex | DC | BC | 6B | 0 | F | 33 | E | 2B | 3E | 40 |
| Octal | 334 | 274 | 153 | 0 | 17 | 63 | 16 | 53 | 76 | 100 |
| Binary | 11011100 | 10111100 | 1101011 | 0 | 1111 | 110011 | 1110 | 101011 | 111110 | 1000000 |
Color Harmonies of #DCBC6B
Complementary color
Monochromatic Colors of #DCBC6B
Black with #DCBC6B
Text Example
Text Example
White with #DCBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC6B; }
p { color: rgb(220,188,107); }
H1.HeaderClassName
{
color: #DCBC6B;
}
.AnyTagClassName
{
color: #DCBC6B;
}
</style>
background-color css
<style>
a { background-color: #DCBC6B; }
a { background-color: rgb(220,188,107); }
div.DivClassName
{
background-color: #DCBC6B;
}
.BgClassName
{
background-color: #DCBC6B;
}
</style>
border-color css
<style>
span { border-color: #DCBC6B; }
span { border-color: rgb(220,188,107); }
td.TdClassName
{
border-color: #DCBC6B;
}
.TagClassName
{
border-color: #DCBC6B;
}
</style>