Shades of Chenin #DCBD6F
Tints of Chenin #DCBD6F
RGB
CMYK
RGB Variations
Color information
#DCBD6F (or 0xDCBD6F) is known color: Chenin. HEX triplet: DC, BD and 6F. RGB value is (220,189,111). Sum of RGB (Red+Green+Blue) = 220+189+111=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD6F is #234290. Grayscale: #BDBDBD. Windows color (decimal): -2310801 or 7323100. OLE color: 7323100.
HSL color Cylindrical-coordinate representation of color #DCBD6F: hue angle of 42.94º 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 #DCBD6F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 111 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 42.94º | 0.61% | 0.65% | - |
| HSV(B) | 42.94º | 0.5% | 0.86% | - |
| XYZ | 50.58 | 52.76 | 22.56 | - |
| YUV | 189.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 111 | 0 | 0.14 | 0.50 | 0.14 | 42.94 | 0.61 | 0.65 |
| Hex | DC | BD | 6F | 0 | E | 32 | E | 2B | 3D | 41 |
| Octal | 334 | 275 | 157 | 0 | 16 | 62 | 16 | 53 | 75 | 101 |
| Binary | 11011100 | 10111101 | 1101111 | 0 | 1110 | 110010 | 1110 | 101011 | 111101 | 1000001 |
Color Harmonies of #DCBD6F
Complementary color
Monochromatic Colors of #DCBD6F
Black with #DCBD6F
Text Example
Text Example
White with #DCBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD6F; }
p { color: rgb(220,189,111); }
H1.HeaderClassName
{
color: #DCBD6F;
}
.AnyTagClassName
{
color: #DCBD6F;
}
</style>
background-color css
<style>
a { background-color: #DCBD6F; }
a { background-color: rgb(220,189,111); }
div.DivClassName
{
background-color: #DCBD6F;
}
.BgClassName
{
background-color: #DCBD6F;
}
</style>
border-color css
<style>
span { border-color: #DCBD6F; }
span { border-color: rgb(220,189,111); }
td.TdClassName
{
border-color: #DCBD6F;
}
.TagClassName
{
border-color: #DCBD6F;
}
</style>