Shades of Chenin #DCBD6D
Tints of Chenin #DCBD6D
RGB
CMYK
RGB Variations
Color information
#DCBD6D (or 0xDCBD6D) is known color: Chenin. HEX triplet: DC, BD and 6D. RGB value is (220,189,109). Sum of RGB (Red+Green+Blue) = 220+189+109=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD6D is #234292. Grayscale: #BDBDBD. Windows color (decimal): -2310803 or 7192028. OLE color: 7192028.
HSL color Cylindrical-coordinate representation of color #DCBD6D: hue angle of 43.24º 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 #DCBD6D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 109 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.24º | 0.61% | 0.65% | - |
| HSV(B) | 43.24º | 0.5% | 0.86% | - |
| XYZ | 50.47 | 52.71 | 21.98 | - |
| YUV | 189.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 109 | 0 | 0.14 | 0.50 | 0.14 | 43.24 | 0.61 | 0.65 |
| Hex | DC | BD | 6D | 0 | E | 32 | E | 2B | 3D | 41 |
| Octal | 334 | 275 | 155 | 0 | 16 | 62 | 16 | 53 | 75 | 101 |
| Binary | 11011100 | 10111101 | 1101101 | 0 | 1110 | 110010 | 1110 | 101011 | 111101 | 1000001 |
Color Harmonies of #DCBD6D
Complementary color
Monochromatic Colors of #DCBD6D
Black with #DCBD6D
Text Example
Text Example
White with #DCBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD6D; }
p { color: rgb(220,189,109); }
H1.HeaderClassName
{
color: #DCBD6D;
}
.AnyTagClassName
{
color: #DCBD6D;
}
</style>
background-color css
<style>
a { background-color: #DCBD6D; }
a { background-color: rgb(220,189,109); }
div.DivClassName
{
background-color: #DCBD6D;
}
.BgClassName
{
background-color: #DCBD6D;
}
</style>
border-color css
<style>
span { border-color: #DCBD6D; }
span { border-color: rgb(220,189,109); }
td.TdClassName
{
border-color: #DCBD6D;
}
.TagClassName
{
border-color: #DCBD6D;
}
</style>