Shades of Chenin #DCBD6E
Tints of Chenin #DCBD6E
RGB
CMYK
RGB Variations
Color information
#DCBD6E (or 0xDCBD6E) is known color: Chenin. HEX triplet: DC, BD and 6E. RGB value is (220,189,110). Sum of RGB (Red+Green+Blue) = 220+189+110=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD6E is #234291. Grayscale: #BDBDBD. Windows color (decimal): -2310802 or 7257564. OLE color: 7257564.
HSL color Cylindrical-coordinate representation of color #DCBD6E: hue angle of 43.09º 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 #DCBD6E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 110 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.09º | 0.61% | 0.65% | - |
| HSV(B) | 43.09º | 0.5% | 0.86% | - |
| XYZ | 50.53 | 52.74 | 22.27 | - |
| YUV | 189.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 110 | 0 | 0.14 | 0.50 | 0.14 | 43.09 | 0.61 | 0.65 |
| Hex | DC | BD | 6E | 0 | E | 32 | E | 2B | 3D | 41 |
| Octal | 334 | 275 | 156 | 0 | 16 | 62 | 16 | 53 | 75 | 101 |
| Binary | 11011100 | 10111101 | 1101110 | 0 | 1110 | 110010 | 1110 | 101011 | 111101 | 1000001 |
Color Harmonies of #DCBD6E
Complementary color
Monochromatic Colors of #DCBD6E
Black with #DCBD6E
Text Example
Text Example
White with #DCBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD6E; }
p { color: rgb(220,189,110); }
H1.HeaderClassName
{
color: #DCBD6E;
}
.AnyTagClassName
{
color: #DCBD6E;
}
</style>
background-color css
<style>
a { background-color: #DCBD6E; }
a { background-color: rgb(220,189,110); }
div.DivClassName
{
background-color: #DCBD6E;
}
.BgClassName
{
background-color: #DCBD6E;
}
</style>
border-color css
<style>
span { border-color: #DCBD6E; }
span { border-color: rgb(220,189,110); }
td.TdClassName
{
border-color: #DCBD6E;
}
.TagClassName
{
border-color: #DCBD6E;
}
</style>