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