Shades of Chenin #DCBE6A
Tints of Chenin #DCBE6A
RGB
CMYK
RGB Variations
Color information
#DCBE6A (or 0xDCBE6A) is known color: Chenin. HEX triplet: DC, BE and 6A. RGB value is (220,190,106). Sum of RGB (Red+Green+Blue) = 220+190+106=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE6A is #234195. Grayscale: #BDBDBD. Windows color (decimal): -2310550 or 6995676. OLE color: 6995676.
HSL color Cylindrical-coordinate representation of color #DCBE6A: hue angle of 44.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCBE6A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 106 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.14 |
| HSL | 44.21º | 0.62% | 0.64% | - |
| HSV(B) | 44.21º | 0.52% | 0.86% | - |
| XYZ | 50.53 | 53.08 | 21.22 | - |
| YUV | 189.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 106 | 0 | 0.14 | 0.52 | 0.14 | 44.21 | 0.62 | 0.64 |
| Hex | DC | BE | 6A | 0 | E | 34 | E | 2C | 3E | 40 |
| Octal | 334 | 276 | 152 | 0 | 16 | 64 | 16 | 54 | 76 | 100 |
| Binary | 11011100 | 10111110 | 1101010 | 0 | 1110 | 110100 | 1110 | 101100 | 111110 | 1000000 |
Color Harmonies of #DCBE6A
Complementary color
Monochromatic Colors of #DCBE6A
Black with #DCBE6A
Text Example
Text Example
White with #DCBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE6A; }
p { color: rgb(220,190,106); }
H1.HeaderClassName
{
color: #DCBE6A;
}
.AnyTagClassName
{
color: #DCBE6A;
}
</style>
background-color css
<style>
a { background-color: #DCBE6A; }
a { background-color: rgb(220,190,106); }
div.DivClassName
{
background-color: #DCBE6A;
}
.BgClassName
{
background-color: #DCBE6A;
}
</style>
border-color css
<style>
span { border-color: #DCBE6A; }
span { border-color: rgb(220,190,106); }
td.TdClassName
{
border-color: #DCBE6A;
}
.TagClassName
{
border-color: #DCBE6A;
}
</style>