Shades of Chenin #DCBE78
Tints of Chenin #DCBE78
RGB
CMYK
RGB Variations
Color information
#DCBE78 (or 0xDCBE78) is known color: Chenin. HEX triplet: DC, BE and 78. RGB value is (220,190,120). Sum of RGB (Red+Green+Blue) = 220+190+120=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE78 is #234187. Grayscale: #BFBFBF. Windows color (decimal): -2310536 or 7913180. OLE color: 7913180.
HSL color Cylindrical-coordinate representation of color #DCBE78: hue angle of 42º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCBE78 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 120 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.14 |
| HSL | 42º | 0.59% | 0.67% | - |
| HSV(B) | 42º | 0.45% | 0.86% | - |
| XYZ | 51.32 | 53.4 | 25.37 | - |
| YUV | 190.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 120 | 0 | 0.14 | 0.45 | 0.14 | 42 | 0.59 | 0.67 |
| Hex | DC | BE | 78 | 0 | E | 2D | E | 2A | 3B | 43 |
| Octal | 334 | 276 | 170 | 0 | 16 | 55 | 16 | 52 | 73 | 103 |
| Binary | 11011100 | 10111110 | 1111000 | 0 | 1110 | 101101 | 1110 | 101010 | 111011 | 1000011 |
Color Harmonies of #DCBE78
Complementary color
Monochromatic Colors of #DCBE78
Black with #DCBE78
Text Example
Text Example
White with #DCBE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE78; }
p { color: rgb(220,190,120); }
H1.HeaderClassName
{
color: #DCBE78;
}
.AnyTagClassName
{
color: #DCBE78;
}
</style>
background-color css
<style>
a { background-color: #DCBE78; }
a { background-color: rgb(220,190,120); }
div.DivClassName
{
background-color: #DCBE78;
}
.BgClassName
{
background-color: #DCBE78;
}
</style>
border-color css
<style>
span { border-color: #DCBE78; }
span { border-color: rgb(220,190,120); }
td.TdClassName
{
border-color: #DCBE78;
}
.TagClassName
{
border-color: #DCBE78;
}
</style>