Shades of Chenin #DCBE70
Tints of Chenin #DCBE70
RGB
CMYK
RGB Variations
Color information
#DCBE70 (or 0xDCBE70) is known color: Chenin. HEX triplet: DC, BE and 70. RGB value is (220,190,112). Sum of RGB (Red+Green+Blue) = 220+190+112=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE70 is #23418F. Grayscale: #BEBEBE. Windows color (decimal): -2310544 or 7388892. OLE color: 7388892.
HSL color Cylindrical-coordinate representation of color #DCBE70: hue angle of 43.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCBE70 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 112 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.14 |
| HSL | 43.33º | 0.61% | 0.65% | - |
| HSV(B) | 43.33º | 0.49% | 0.86% | - |
| XYZ | 50.85 | 53.21 | 22.92 | - |
| YUV | 190.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 112 | 0 | 0.14 | 0.49 | 0.14 | 43.33 | 0.61 | 0.65 |
| Hex | DC | BE | 70 | 0 | E | 31 | E | 2B | 3D | 41 |
| Octal | 334 | 276 | 160 | 0 | 16 | 61 | 16 | 53 | 75 | 101 |
| Binary | 11011100 | 10111110 | 1110000 | 0 | 1110 | 110001 | 1110 | 101011 | 111101 | 1000001 |
Color Harmonies of #DCBE70
Complementary color
Monochromatic Colors of #DCBE70
Black with #DCBE70
Text Example
Text Example
White with #DCBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE70; }
p { color: rgb(220,190,112); }
H1.HeaderClassName
{
color: #DCBE70;
}
.AnyTagClassName
{
color: #DCBE70;
}
</style>
background-color css
<style>
a { background-color: #DCBE70; }
a { background-color: rgb(220,190,112); }
div.DivClassName
{
background-color: #DCBE70;
}
.BgClassName
{
background-color: #DCBE70;
}
</style>
border-color css
<style>
span { border-color: #DCBE70; }
span { border-color: rgb(220,190,112); }
td.TdClassName
{
border-color: #DCBE70;
}
.TagClassName
{
border-color: #DCBE70;
}
</style>