Shades of Chenin #DCBB6F
Tints of Chenin #DCBB6F
RGB
CMYK
RGB Variations
Color information
#DCBB6F (or 0xDCBB6F) is known color: Chenin. HEX triplet: DC, BB and 6F. RGB value is (220,187,111). Sum of RGB (Red+Green+Blue) = 220+187+111=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB6F is #234490. Grayscale: #BCBCBC. Windows color (decimal): -2311313 or 7322588. OLE color: 7322588.
HSL color Cylindrical-coordinate representation of color #DCBB6F: hue angle of 41.83º 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 #DCBB6F is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 111 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 41.83º | 0.61% | 0.65% | - |
| HSV(B) | 41.83º | 0.5% | 0.86% | - |
| XYZ | 50.15 | 51.9 | 22.41 | - |
| YUV | 188.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 111 | 0 | 0.15 | 0.50 | 0.14 | 41.83 | 0.61 | 0.65 |
| Hex | DC | BB | 6F | 0 | F | 32 | E | 2A | 3D | 41 |
| Octal | 334 | 273 | 157 | 0 | 17 | 62 | 16 | 52 | 75 | 101 |
| Binary | 11011100 | 10111011 | 1101111 | 0 | 1111 | 110010 | 1110 | 101010 | 111101 | 1000001 |
Color Harmonies of #DCBB6F
Complementary color
Monochromatic Colors of #DCBB6F
Black with #DCBB6F
Text Example
Text Example
White with #DCBB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB6F; }
p { color: rgb(220,187,111); }
H1.HeaderClassName
{
color: #DCBB6F;
}
.AnyTagClassName
{
color: #DCBB6F;
}
</style>
background-color css
<style>
a { background-color: #DCBB6F; }
a { background-color: rgb(220,187,111); }
div.DivClassName
{
background-color: #DCBB6F;
}
.BgClassName
{
background-color: #DCBB6F;
}
</style>
border-color css
<style>
span { border-color: #DCBB6F; }
span { border-color: rgb(220,187,111); }
td.TdClassName
{
border-color: #DCBB6F;
}
.TagClassName
{
border-color: #DCBB6F;
}
</style>