Shades of Chenin #DCBF71
Tints of Chenin #DCBF71
RGB
CMYK
RGB Variations
Color information
#DCBF71 (or 0xDCBF71) is known color: Chenin. HEX triplet: DC, BF and 71. RGB value is (220,191,113). Sum of RGB (Red+Green+Blue) = 220+191+113=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF71 is #23408E. Grayscale: #BFBFBF. Windows color (decimal): -2310287 or 7454684. OLE color: 7454684.
HSL color Cylindrical-coordinate representation of color #DCBF71: hue angle of 43.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCBF71 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 113 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.14 |
| HSL | 43.74º | 0.6% | 0.65% | - |
| HSV(B) | 43.74º | 0.49% | 0.86% | - |
| XYZ | 51.13 | 53.67 | 23.29 | - |
| YUV | 190.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 113 | 0 | 0.13 | 0.49 | 0.14 | 43.74 | 0.6 | 0.65 |
| Hex | DC | BF | 71 | 0 | D | 31 | E | 2C | 3C | 41 |
| Octal | 334 | 277 | 161 | 0 | 15 | 61 | 16 | 54 | 74 | 101 |
| Binary | 11011100 | 10111111 | 1110001 | 0 | 1101 | 110001 | 1110 | 101100 | 111100 | 1000001 |
Color Harmonies of #DCBF71
Complementary color
Monochromatic Colors of #DCBF71
Black with #DCBF71
Text Example
Text Example
White with #DCBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF71; }
p { color: rgb(220,191,113); }
H1.HeaderClassName
{
color: #DCBF71;
}
.AnyTagClassName
{
color: #DCBF71;
}
</style>
background-color css
<style>
a { background-color: #DCBF71; }
a { background-color: rgb(220,191,113); }
div.DivClassName
{
background-color: #DCBF71;
}
.BgClassName
{
background-color: #DCBF71;
}
</style>
border-color css
<style>
span { border-color: #DCBF71; }
span { border-color: rgb(220,191,113); }
td.TdClassName
{
border-color: #DCBF71;
}
.TagClassName
{
border-color: #DCBF71;
}
</style>