Shades of Chenin #DCBE77
Tints of Chenin #DCBE77
RGB
CMYK
RGB Variations
Color information
#DCBE77 (or 0xDCBE77) is known color: Chenin. HEX triplet: DC, BE and 77. RGB value is (220,190,119). Sum of RGB (Red+Green+Blue) = 220+190+119=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE77 is #234188. Grayscale: #BFBFBF. Windows color (decimal): -2310537 or 7847644. OLE color: 7847644.
HSL color Cylindrical-coordinate representation of color #DCBE77: hue angle of 42.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBE77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 42.18º | 0.59% | 0.66% | - |
| HSV(B) | 42.18º | 0.46% | 0.86% | - |
| XYZ | 51.26 | 53.37 | 25.05 | - |
| YUV | 190.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 119 | 0 | 0.14 | 0.46 | 0.14 | 42.18 | 0.59 | 0.66 |
| Hex | DC | BE | 77 | 0 | E | 2E | E | 2A | 3B | 42 |
| Octal | 334 | 276 | 167 | 0 | 16 | 56 | 16 | 52 | 73 | 102 |
| Binary | 11011100 | 10111110 | 1110111 | 0 | 1110 | 101110 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DCBE77
Complementary color
Monochromatic Colors of #DCBE77
Black with #DCBE77
Text Example
Text Example
White with #DCBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE77; }
p { color: rgb(220,190,119); }
H1.HeaderClassName
{
color: #DCBE77;
}
.AnyTagClassName
{
color: #DCBE77;
}
</style>
background-color css
<style>
a { background-color: #DCBE77; }
a { background-color: rgb(220,190,119); }
div.DivClassName
{
background-color: #DCBE77;
}
.BgClassName
{
background-color: #DCBE77;
}
</style>
border-color css
<style>
span { border-color: #DCBE77; }
span { border-color: rgb(220,190,119); }
td.TdClassName
{
border-color: #DCBE77;
}
.TagClassName
{
border-color: #DCBE77;
}
</style>