Shades of Chenin #DCBC76
Tints of Chenin #DCBC76
RGB
CMYK
RGB Variations
Color information
#DCBC76 (or 0xDCBC76) is known color: Chenin. HEX triplet: DC, BC and 76. RGB value is (220,188,118). Sum of RGB (Red+Green+Blue) = 220+188+118=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC76 is #234389. Grayscale: #BDBDBD. Windows color (decimal): -2311050 or 7781596. OLE color: 7781596.
HSL color Cylindrical-coordinate representation of color #DCBC76: hue angle of 41.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBC76 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 118 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.14 |
| HSL | 41.18º | 0.59% | 0.66% | - |
| HSV(B) | 41.18º | 0.46% | 0.86% | - |
| XYZ | 50.77 | 52.49 | 24.6 | - |
| YUV | 189.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 118 | 0 | 0.15 | 0.46 | 0.14 | 41.18 | 0.59 | 0.66 |
| Hex | DC | BC | 76 | 0 | F | 2E | E | 29 | 3B | 42 |
| Octal | 334 | 274 | 166 | 0 | 17 | 56 | 16 | 51 | 73 | 102 |
| Binary | 11011100 | 10111100 | 1110110 | 0 | 1111 | 101110 | 1110 | 101001 | 111011 | 1000010 |
Color Harmonies of #DCBC76
Complementary color
Monochromatic Colors of #DCBC76
Black with #DCBC76
Text Example
Text Example
White with #DCBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC76; }
p { color: rgb(220,188,118); }
H1.HeaderClassName
{
color: #DCBC76;
}
.AnyTagClassName
{
color: #DCBC76;
}
</style>
background-color css
<style>
a { background-color: #DCBC76; }
a { background-color: rgb(220,188,118); }
div.DivClassName
{
background-color: #DCBC76;
}
.BgClassName
{
background-color: #DCBC76;
}
</style>
border-color css
<style>
span { border-color: #DCBC76; }
span { border-color: rgb(220,188,118); }
td.TdClassName
{
border-color: #DCBC76;
}
.TagClassName
{
border-color: #DCBC76;
}
</style>