Shades of Chenin #DCBF6E
Tints of Chenin #DCBF6E
RGB
CMYK
RGB Variations
Color information
#DCBF6E (or 0xDCBF6E) is known color: Chenin. HEX triplet: DC, BF and 6E. RGB value is (220,191,110). Sum of RGB (Red+Green+Blue) = 220+191+110=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF6E is #234091. Grayscale: #BEBEBE. Windows color (decimal): -2310290 or 7258076. OLE color: 7258076.
HSL color Cylindrical-coordinate representation of color #DCBF6E: hue angle of 44.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCBF6E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 110 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.14 |
| HSL | 44.18º | 0.61% | 0.65% | - |
| HSV(B) | 44.18º | 0.5% | 0.86% | - |
| XYZ | 50.96 | 53.6 | 22.41 | - |
| YUV | 190.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 110 | 0 | 0.13 | 0.50 | 0.14 | 44.18 | 0.61 | 0.65 |
| Hex | DC | BF | 6E | 0 | D | 32 | E | 2C | 3D | 41 |
| Octal | 334 | 277 | 156 | 0 | 15 | 62 | 16 | 54 | 75 | 101 |
| Binary | 11011100 | 10111111 | 1101110 | 0 | 1101 | 110010 | 1110 | 101100 | 111101 | 1000001 |
Color Harmonies of #DCBF6E
Complementary color
Monochromatic Colors of #DCBF6E
Black with #DCBF6E
Text Example
Text Example
White with #DCBF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF6E; }
p { color: rgb(220,191,110); }
H1.HeaderClassName
{
color: #DCBF6E;
}
.AnyTagClassName
{
color: #DCBF6E;
}
</style>
background-color css
<style>
a { background-color: #DCBF6E; }
a { background-color: rgb(220,191,110); }
div.DivClassName
{
background-color: #DCBF6E;
}
.BgClassName
{
background-color: #DCBF6E;
}
</style>
border-color css
<style>
span { border-color: #DCBF6E; }
span { border-color: rgb(220,191,110); }
td.TdClassName
{
border-color: #DCBF6E;
}
.TagClassName
{
border-color: #DCBF6E;
}
</style>