Shades of Chenin #DCBC71
Tints of Chenin #DCBC71
RGB
CMYK
RGB Variations
Color information
#DCBC71 (or 0xDCBC71) is known color: Chenin. HEX triplet: DC, BC and 71. RGB value is (220,188,113). Sum of RGB (Red+Green+Blue) = 220+188+113=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC71 is #23438E. Grayscale: #BDBDBD. Windows color (decimal): -2311055 or 7453916. OLE color: 7453916.
HSL color Cylindrical-coordinate representation of color #DCBC71: hue angle of 42.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCBC71 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 113 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.14 |
| HSL | 42.06º | 0.6% | 0.65% | - |
| HSV(B) | 42.06º | 0.49% | 0.86% | - |
| XYZ | 50.48 | 52.37 | 23.07 | - |
| YUV | 189.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 113 | 0 | 0.15 | 0.49 | 0.14 | 42.06 | 0.6 | 0.65 |
| Hex | DC | BC | 71 | 0 | F | 31 | E | 2A | 3C | 41 |
| Octal | 334 | 274 | 161 | 0 | 17 | 61 | 16 | 52 | 74 | 101 |
| Binary | 11011100 | 10111100 | 1110001 | 0 | 1111 | 110001 | 1110 | 101010 | 111100 | 1000001 |
Color Harmonies of #DCBC71
Complementary color
Monochromatic Colors of #DCBC71
Black with #DCBC71
Text Example
Text Example
White with #DCBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC71; }
p { color: rgb(220,188,113); }
H1.HeaderClassName
{
color: #DCBC71;
}
.AnyTagClassName
{
color: #DCBC71;
}
</style>
background-color css
<style>
a { background-color: #DCBC71; }
a { background-color: rgb(220,188,113); }
div.DivClassName
{
background-color: #DCBC71;
}
.BgClassName
{
background-color: #DCBC71;
}
</style>
border-color css
<style>
span { border-color: #DCBC71; }
span { border-color: rgb(220,188,113); }
td.TdClassName
{
border-color: #DCBC71;
}
.TagClassName
{
border-color: #DCBC71;
}
</style>