Shades of Chenin #D3BB76
Tints of Chenin #D3BB76
RGB
CMYK
RGB Variations
Color information
#D3BB76 (or 0xD3BB76) is known color: Chenin. HEX triplet: D3, BB and 76. RGB value is (211,187,118). Sum of RGB (Red+Green+Blue) = 211+187+118=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BB76 is #2C4489. Grayscale: #BABABA. Windows color (decimal): -2901130 or 7781331. OLE color: 7781331.
HSL color Cylindrical-coordinate representation of color #D3BB76: hue angle of 44.52º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3BB76 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 118 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.17 |
| HSL | 44.52º | 0.51% | 0.65% | - |
| HSV(B) | 44.52º | 0.44% | 0.83% | - |
| XYZ | 47.9 | 50.7 | 24.4 | - |
| YUV | 186.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 118 | 0 | 0.11 | 0.44 | 0.17 | 44.52 | 0.51 | 0.65 |
| Hex | D3 | BB | 76 | 0 | B | 2C | 11 | 2D | 33 | 41 |
| Octal | 323 | 273 | 166 | 0 | 13 | 54 | 21 | 55 | 63 | 101 |
| Binary | 11010011 | 10111011 | 1110110 | 0 | 1011 | 101100 | 10001 | 101101 | 110011 | 1000001 |
Color Harmonies of #D3BB76
Complementary color
Monochromatic Colors of #D3BB76
Black with #D3BB76
Text Example
Text Example
White with #D3BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BB76; }
p { color: rgb(211,187,118); }
H1.HeaderClassName
{
color: #D3BB76;
}
.AnyTagClassName
{
color: #D3BB76;
}
</style>
background-color css
<style>
a { background-color: #D3BB76; }
a { background-color: rgb(211,187,118); }
div.DivClassName
{
background-color: #D3BB76;
}
.BgClassName
{
background-color: #D3BB76;
}
</style>
border-color css
<style>
span { border-color: #D3BB76; }
span { border-color: rgb(211,187,118); }
td.TdClassName
{
border-color: #D3BB76;
}
.TagClassName
{
border-color: #D3BB76;
}
</style>