Shades of Chenin #DCBD76
Tints of Chenin #DCBD76
RGB
CMYK
RGB Variations
Color information
#DCBD76 (or 0xDCBD76) is known color: Chenin. HEX triplet: DC, BD and 76. RGB value is (220,189,118). Sum of RGB (Red+Green+Blue) = 220+189+118=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD76 is #234289. Grayscale: #BEBEBE. Windows color (decimal): -2310794 or 7781852. OLE color: 7781852.
HSL color Cylindrical-coordinate representation of color #DCBD76: hue angle of 41.76º 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 #DCBD76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 118 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 41.76º | 0.59% | 0.66% | - |
| HSV(B) | 41.76º | 0.46% | 0.86% | - |
| XYZ | 50.98 | 52.92 | 24.67 | - |
| YUV | 190.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 118 | 0 | 0.14 | 0.46 | 0.14 | 41.76 | 0.59 | 0.66 |
| Hex | DC | BD | 76 | 0 | E | 2E | E | 2A | 3B | 42 |
| Octal | 334 | 275 | 166 | 0 | 16 | 56 | 16 | 52 | 73 | 102 |
| Binary | 11011100 | 10111101 | 1110110 | 0 | 1110 | 101110 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DCBD76
Complementary color
Monochromatic Colors of #DCBD76
Black with #DCBD76
Text Example
Text Example
White with #DCBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD76; }
p { color: rgb(220,189,118); }
H1.HeaderClassName
{
color: #DCBD76;
}
.AnyTagClassName
{
color: #DCBD76;
}
</style>
background-color css
<style>
a { background-color: #DCBD76; }
a { background-color: rgb(220,189,118); }
div.DivClassName
{
background-color: #DCBD76;
}
.BgClassName
{
background-color: #DCBD76;
}
</style>
border-color css
<style>
span { border-color: #DCBD76; }
span { border-color: rgb(220,189,118); }
td.TdClassName
{
border-color: #DCBD76;
}
.TagClassName
{
border-color: #DCBD76;
}
</style>