Shades of Chenin #D6BF6B
Tints of Chenin #D6BF6B
RGB
CMYK
RGB Variations
Color information
#D6BF6B (or 0xD6BF6B) is known color: Chenin. HEX triplet: D6, BF and 6B. RGB value is (214,191,107). Sum of RGB (Red+Green+Blue) = 214+191+107=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF6B is #294094. Grayscale: #BCBCBC. Windows color (decimal): -2703509 or 7061462. OLE color: 7061462.
HSL color Cylindrical-coordinate representation of color #D6BF6B: hue angle of 47.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6BF6B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 107 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.16 |
| HSL | 47.1º | 0.57% | 0.63% | - |
| HSV(B) | 47.1º | 0.5% | 0.84% | - |
| XYZ | 49.02 | 52.62 | 21.48 | - |
| YUV | 188.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 107 | 0 | 0.11 | 0.50 | 0.16 | 47.1 | 0.57 | 0.63 |
| Hex | D6 | BF | 6B | 0 | B | 32 | 10 | 2F | 39 | 3F |
| Octal | 326 | 277 | 153 | 0 | 13 | 62 | 20 | 57 | 71 | 77 |
| Binary | 11010110 | 10111111 | 1101011 | 0 | 1011 | 110010 | 10000 | 101111 | 111001 | 111111 |
Color Harmonies of #D6BF6B
Complementary color
Monochromatic Colors of #D6BF6B
Black with #D6BF6B
Text Example
Text Example
White with #D6BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF6B; }
p { color: rgb(214,191,107); }
H1.HeaderClassName
{
color: #D6BF6B;
}
.AnyTagClassName
{
color: #D6BF6B;
}
</style>
background-color css
<style>
a { background-color: #D6BF6B; }
a { background-color: rgb(214,191,107); }
div.DivClassName
{
background-color: #D6BF6B;
}
.BgClassName
{
background-color: #D6BF6B;
}
</style>
border-color css
<style>
span { border-color: #D6BF6B; }
span { border-color: rgb(214,191,107); }
td.TdClassName
{
border-color: #D6BF6B;
}
.TagClassName
{
border-color: #D6BF6B;
}
</style>