Shades of Chenin #DCBB6C
Tints of Chenin #DCBB6C
RGB
CMYK
RGB Variations
Color information
#DCBB6C (or 0xDCBB6C) is known color: Chenin. HEX triplet: DC, BB and 6C. RGB value is (220,187,108). Sum of RGB (Red+Green+Blue) = 220+187+108=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB6C is #234493. Grayscale: #BCBCBC. Windows color (decimal): -2311316 or 7125980. OLE color: 7125980.
HSL color Cylindrical-coordinate representation of color #DCBB6C: hue angle of 42.32º 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 #DCBB6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 108 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 42.32º | 0.62% | 0.64% | - |
| HSV(B) | 42.32º | 0.51% | 0.86% | - |
| XYZ | 49.99 | 51.84 | 21.56 | - |
| YUV | 187.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 108 | 0 | 0.15 | 0.51 | 0.14 | 42.32 | 0.62 | 0.64 |
| Hex | DC | BB | 6C | 0 | F | 33 | E | 2A | 3E | 40 |
| Octal | 334 | 273 | 154 | 0 | 17 | 63 | 16 | 52 | 76 | 100 |
| Binary | 11011100 | 10111011 | 1101100 | 0 | 1111 | 110011 | 1110 | 101010 | 111110 | 1000000 |
Color Harmonies of #DCBB6C
Complementary color
Monochromatic Colors of #DCBB6C
Black with #DCBB6C
Text Example
Text Example
White with #DCBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB6C; }
p { color: rgb(220,187,108); }
H1.HeaderClassName
{
color: #DCBB6C;
}
.AnyTagClassName
{
color: #DCBB6C;
}
</style>
background-color css
<style>
a { background-color: #DCBB6C; }
a { background-color: rgb(220,187,108); }
div.DivClassName
{
background-color: #DCBB6C;
}
.BgClassName
{
background-color: #DCBB6C;
}
</style>
border-color css
<style>
span { border-color: #DCBB6C; }
span { border-color: rgb(220,187,108); }
td.TdClassName
{
border-color: #DCBB6C;
}
.TagClassName
{
border-color: #DCBB6C;
}
</style>