Shades of Chenin #DFBC76
Tints of Chenin #DFBC76
RGB
CMYK
RGB Variations
Color information
#DFBC76 (or 0xDFBC76) is known color: Chenin. HEX triplet: DF, BC and 76. RGB value is (223,188,118). Sum of RGB (Red+Green+Blue) = 223+188+118=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC76 is #204389. Grayscale: #BEBEBE. Windows color (decimal): -2114442 or 7781599. OLE color: 7781599.
HSL color Cylindrical-coordinate representation of color #DFBC76: hue angle of 40º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFBC76 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 118 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.13 |
| HSL | 40º | 0.62% | 0.67% | - |
| HSV(B) | 40º | 0.47% | 0.87% | - |
| XYZ | 51.68 | 52.96 | 24.64 | - |
| YUV | 190.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 118 | 0 | 0.16 | 0.47 | 0.13 | 40 | 0.62 | 0.67 |
| Hex | DF | BC | 76 | 0 | 10 | 2F | D | 28 | 3E | 43 |
| Octal | 337 | 274 | 166 | 0 | 20 | 57 | 15 | 50 | 76 | 103 |
| Binary | 11011111 | 10111100 | 1110110 | 0 | 10000 | 101111 | 1101 | 101000 | 111110 | 1000011 |
Color Harmonies of #DFBC76
Complementary color
Monochromatic Colors of #DFBC76
Black with #DFBC76
Text Example
Text Example
White with #DFBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC76; }
p { color: rgb(223,188,118); }
H1.HeaderClassName
{
color: #DFBC76;
}
.AnyTagClassName
{
color: #DFBC76;
}
</style>
background-color css
<style>
a { background-color: #DFBC76; }
a { background-color: rgb(223,188,118); }
div.DivClassName
{
background-color: #DFBC76;
}
.BgClassName
{
background-color: #DFBC76;
}
</style>
border-color css
<style>
span { border-color: #DFBC76; }
span { border-color: rgb(223,188,118); }
td.TdClassName
{
border-color: #DFBC76;
}
.TagClassName
{
border-color: #DFBC76;
}
</style>