Shades of Chenin #DCBB6D
Tints of Chenin #DCBB6D
RGB
CMYK
RGB Variations
Color information
#DCBB6D (or 0xDCBB6D) is known color: Chenin. HEX triplet: DC, BB and 6D. RGB value is (220,187,109). Sum of RGB (Red+Green+Blue) = 220+187+109=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB6D is #234492. Grayscale: #BCBCBC. Windows color (decimal): -2311315 or 7191516. OLE color: 7191516.
HSL color Cylindrical-coordinate representation of color #DCBB6D: hue angle of 42.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCBB6D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 109 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 42.16º | 0.61% | 0.65% | - |
| HSV(B) | 42.16º | 0.5% | 0.86% | - |
| XYZ | 50.05 | 51.86 | 21.84 | - |
| YUV | 187.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 109 | 0 | 0.15 | 0.50 | 0.14 | 42.16 | 0.61 | 0.65 |
| Hex | DC | BB | 6D | 0 | F | 32 | E | 2A | 3D | 41 |
| Octal | 334 | 273 | 155 | 0 | 17 | 62 | 16 | 52 | 75 | 101 |
| Binary | 11011100 | 10111011 | 1101101 | 0 | 1111 | 110010 | 1110 | 101010 | 111101 | 1000001 |
Color Harmonies of #DCBB6D
Complementary color
Monochromatic Colors of #DCBB6D
Black with #DCBB6D
Text Example
Text Example
White with #DCBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB6D; }
p { color: rgb(220,187,109); }
H1.HeaderClassName
{
color: #DCBB6D;
}
.AnyTagClassName
{
color: #DCBB6D;
}
</style>
background-color css
<style>
a { background-color: #DCBB6D; }
a { background-color: rgb(220,187,109); }
div.DivClassName
{
background-color: #DCBB6D;
}
.BgClassName
{
background-color: #DCBB6D;
}
</style>
border-color css
<style>
span { border-color: #DCBB6D; }
span { border-color: rgb(220,187,109); }
td.TdClassName
{
border-color: #DCBB6D;
}
.TagClassName
{
border-color: #DCBB6D;
}
</style>