Shades of Chenin #DCBF78
Tints of Chenin #DCBF78
RGB
CMYK
RGB Variations
Color information
#DCBF78 (or 0xDCBF78) is known color: Chenin. HEX triplet: DC, BF and 78. RGB value is (220,191,120). Sum of RGB (Red+Green+Blue) = 220+191+120=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF78 is #234087. Grayscale: #BFBFBF. Windows color (decimal): -2310280 or 7913436. OLE color: 7913436.
HSL color Cylindrical-coordinate representation of color #DCBF78: hue angle of 42.6º 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 #DCBF78 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 120 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.14 |
| HSL | 42.6º | 0.59% | 0.67% | - |
| HSV(B) | 42.6º | 0.45% | 0.86% | - |
| XYZ | 51.54 | 53.83 | 25.44 | - |
| YUV | 191.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 120 | 0 | 0.13 | 0.45 | 0.14 | 42.6 | 0.59 | 0.67 |
| Hex | DC | BF | 78 | 0 | D | 2D | E | 2B | 3B | 43 |
| Octal | 334 | 277 | 170 | 0 | 15 | 55 | 16 | 53 | 73 | 103 |
| Binary | 11011100 | 10111111 | 1111000 | 0 | 1101 | 101101 | 1110 | 101011 | 111011 | 1000011 |
Color Harmonies of #DCBF78
Complementary color
Monochromatic Colors of #DCBF78
Black with #DCBF78
Text Example
Text Example
White with #DCBF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF78; }
p { color: rgb(220,191,120); }
H1.HeaderClassName
{
color: #DCBF78;
}
.AnyTagClassName
{
color: #DCBF78;
}
</style>
background-color css
<style>
a { background-color: #DCBF78; }
a { background-color: rgb(220,191,120); }
div.DivClassName
{
background-color: #DCBF78;
}
.BgClassName
{
background-color: #DCBF78;
}
</style>
border-color css
<style>
span { border-color: #DCBF78; }
span { border-color: rgb(220,191,120); }
td.TdClassName
{
border-color: #DCBF78;
}
.TagClassName
{
border-color: #DCBF78;
}
</style>