Shades of Chenin #DCBE73
Tints of Chenin #DCBE73
RGB
CMYK
RGB Variations
Color information
#DCBE73 (or 0xDCBE73) is known color: Chenin. HEX triplet: DC, BE and 73. RGB value is (220,190,115). Sum of RGB (Red+Green+Blue) = 220+190+115=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE73 is #23418C. Grayscale: #BEBEBE. Windows color (decimal): -2310541 or 7585500. OLE color: 7585500.
HSL color Cylindrical-coordinate representation of color #DCBE73: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCBE73 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 115 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.14 |
| HSL | 42.86º | 0.6% | 0.66% | - |
| HSV(B) | 42.86º | 0.48% | 0.86% | - |
| XYZ | 51.02 | 53.28 | 23.81 | - |
| YUV | 190.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 115 | 0 | 0.14 | 0.48 | 0.14 | 42.86 | 0.6 | 0.66 |
| Hex | DC | BE | 73 | 0 | E | 30 | E | 2B | 3C | 42 |
| Octal | 334 | 276 | 163 | 0 | 16 | 60 | 16 | 53 | 74 | 102 |
| Binary | 11011100 | 10111110 | 1110011 | 0 | 1110 | 110000 | 1110 | 101011 | 111100 | 1000010 |
Color Harmonies of #DCBE73
Complementary color
Monochromatic Colors of #DCBE73
Black with #DCBE73
Text Example
Text Example
White with #DCBE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE73; }
p { color: rgb(220,190,115); }
H1.HeaderClassName
{
color: #DCBE73;
}
.AnyTagClassName
{
color: #DCBE73;
}
</style>
background-color css
<style>
a { background-color: #DCBE73; }
a { background-color: rgb(220,190,115); }
div.DivClassName
{
background-color: #DCBE73;
}
.BgClassName
{
background-color: #DCBE73;
}
</style>
border-color css
<style>
span { border-color: #DCBE73; }
span { border-color: rgb(220,190,115); }
td.TdClassName
{
border-color: #DCBE73;
}
.TagClassName
{
border-color: #DCBE73;
}
</style>