Shades of Chenin #DFBB76
Tints of Chenin #DFBB76
RGB
CMYK
RGB Variations
Color information
#DFBB76 (or 0xDFBB76) is known color: Chenin. HEX triplet: DF, BB and 76. RGB value is (223,187,118). Sum of RGB (Red+Green+Blue) = 223+187+118=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB76 is #204489. Grayscale: #BEBEBE. Windows color (decimal): -2114698 or 7781343. OLE color: 7781343.
HSL color Cylindrical-coordinate representation of color #DFBB76: hue angle of 39.43º 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 #DFBB76 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 118 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.13 |
| HSL | 39.43º | 0.62% | 0.67% | - |
| HSV(B) | 39.43º | 0.47% | 0.87% | - |
| XYZ | 51.47 | 52.54 | 24.57 | - |
| YUV | 189.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 118 | 0 | 0.16 | 0.47 | 0.13 | 39.43 | 0.62 | 0.67 |
| Hex | DF | BB | 76 | 0 | 10 | 2F | D | 27 | 3E | 43 |
| Octal | 337 | 273 | 166 | 0 | 20 | 57 | 15 | 47 | 76 | 103 |
| Binary | 11011111 | 10111011 | 1110110 | 0 | 10000 | 101111 | 1101 | 100111 | 111110 | 1000011 |
Color Harmonies of #DFBB76
Complementary color
Monochromatic Colors of #DFBB76
Black with #DFBB76
Text Example
Text Example
White with #DFBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB76; }
p { color: rgb(223,187,118); }
H1.HeaderClassName
{
color: #DFBB76;
}
.AnyTagClassName
{
color: #DFBB76;
}
</style>
background-color css
<style>
a { background-color: #DFBB76; }
a { background-color: rgb(223,187,118); }
div.DivClassName
{
background-color: #DFBB76;
}
.BgClassName
{
background-color: #DFBB76;
}
</style>
border-color css
<style>
span { border-color: #DFBB76; }
span { border-color: rgb(223,187,118); }
td.TdClassName
{
border-color: #DFBB76;
}
.TagClassName
{
border-color: #DFBB76;
}
</style>