Shades of Chenin #DCBE6F
Tints of Chenin #DCBE6F
RGB
CMYK
RGB Variations
Color information
#DCBE6F (or 0xDCBE6F) is known color: Chenin. HEX triplet: DC, BE and 6F. RGB value is (220,190,111). Sum of RGB (Red+Green+Blue) = 220+190+111=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE6F is #234190. Grayscale: #BEBEBE. Windows color (decimal): -2310545 or 7323356. OLE color: 7323356.
HSL color Cylindrical-coordinate representation of color #DCBE6F: hue angle of 43.49º 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 #DCBE6F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 111 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.49º | 0.61% | 0.65% | - |
| HSV(B) | 43.49º | 0.5% | 0.86% | - |
| XYZ | 50.8 | 53.19 | 22.63 | - |
| YUV | 189.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 111 | 0 | 0.14 | 0.50 | 0.14 | 43.49 | 0.61 | 0.65 |
| Hex | DC | BE | 6F | 0 | E | 32 | E | 2B | 3D | 41 |
| Octal | 334 | 276 | 157 | 0 | 16 | 62 | 16 | 53 | 75 | 101 |
| Binary | 11011100 | 10111110 | 1101111 | 0 | 1110 | 110010 | 1110 | 101011 | 111101 | 1000001 |
Color Harmonies of #DCBE6F
Complementary color
Monochromatic Colors of #DCBE6F
Black with #DCBE6F
Text Example
Text Example
White with #DCBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE6F; }
p { color: rgb(220,190,111); }
H1.HeaderClassName
{
color: #DCBE6F;
}
.AnyTagClassName
{
color: #DCBE6F;
}
</style>
background-color css
<style>
a { background-color: #DCBE6F; }
a { background-color: rgb(220,190,111); }
div.DivClassName
{
background-color: #DCBE6F;
}
.BgClassName
{
background-color: #DCBE6F;
}
</style>
border-color css
<style>
span { border-color: #DCBE6F; }
span { border-color: rgb(220,190,111); }
td.TdClassName
{
border-color: #DCBE6F;
}
.TagClassName
{
border-color: #DCBE6F;
}
</style>