Shades of Chenin #DCBF73
Tints of Chenin #DCBF73
RGB
CMYK
RGB Variations
Color information
#DCBF73 (or 0xDCBF73) is known color: Chenin. HEX triplet: DC, BF and 73. RGB value is (220,191,115). Sum of RGB (Red+Green+Blue) = 220+191+115=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF73 is #23408C. Grayscale: #BFBFBF. Windows color (decimal): -2310285 or 7585756. OLE color: 7585756.
HSL color Cylindrical-coordinate representation of color #DCBF73: hue angle of 43.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCBF73 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 115 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.14 |
| HSL | 43.43º | 0.6% | 0.66% | - |
| HSV(B) | 43.43º | 0.48% | 0.86% | - |
| XYZ | 51.24 | 53.72 | 23.89 | - |
| YUV | 191.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 115 | 0 | 0.13 | 0.48 | 0.14 | 43.43 | 0.6 | 0.66 |
| Hex | DC | BF | 73 | 0 | D | 30 | E | 2B | 3C | 42 |
| Octal | 334 | 277 | 163 | 0 | 15 | 60 | 16 | 53 | 74 | 102 |
| Binary | 11011100 | 10111111 | 1110011 | 0 | 1101 | 110000 | 1110 | 101011 | 111100 | 1000010 |
Color Harmonies of #DCBF73
Complementary color
Monochromatic Colors of #DCBF73
Black with #DCBF73
Text Example
Text Example
White with #DCBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF73; }
p { color: rgb(220,191,115); }
H1.HeaderClassName
{
color: #DCBF73;
}
.AnyTagClassName
{
color: #DCBF73;
}
</style>
background-color css
<style>
a { background-color: #DCBF73; }
a { background-color: rgb(220,191,115); }
div.DivClassName
{
background-color: #DCBF73;
}
.BgClassName
{
background-color: #DCBF73;
}
</style>
border-color css
<style>
span { border-color: #DCBF73; }
span { border-color: rgb(220,191,115); }
td.TdClassName
{
border-color: #DCBF73;
}
.TagClassName
{
border-color: #DCBF73;
}
</style>