Shades of Chenin #D8BD6B
Tints of Chenin #D8BD6B
RGB
CMYK
RGB Variations
Color information
#D8BD6B (or 0xD8BD6B) is known color: Chenin. HEX triplet: D8, BD and 6B. RGB value is (216,189,107). Sum of RGB (Red+Green+Blue) = 216+189+107=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD6B is #274294. Grayscale: #BCBCBC. Windows color (decimal): -2572949 or 7060952. OLE color: 7060952.
HSL color Cylindrical-coordinate representation of color #D8BD6B: hue angle of 45.14º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8BD6B is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 107 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.15 |
| HSL | 45.14º | 0.58% | 0.63% | - |
| HSV(B) | 45.14º | 0.5% | 0.85% | - |
| XYZ | 49.17 | 52.06 | 21.37 | - |
| YUV | 187.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 107 | 0 | 0.12 | 0.50 | 0.15 | 45.14 | 0.58 | 0.63 |
| Hex | D8 | BD | 6B | 0 | C | 32 | F | 2D | 3A | 3F |
| Octal | 330 | 275 | 153 | 0 | 14 | 62 | 17 | 55 | 72 | 77 |
| Binary | 11011000 | 10111101 | 1101011 | 0 | 1100 | 110010 | 1111 | 101101 | 111010 | 111111 |
Color Harmonies of #D8BD6B
Complementary color
Monochromatic Colors of #D8BD6B
Black with #D8BD6B
Text Example
Text Example
White with #D8BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD6B; }
p { color: rgb(216,189,107); }
H1.HeaderClassName
{
color: #D8BD6B;
}
.AnyTagClassName
{
color: #D8BD6B;
}
</style>
background-color css
<style>
a { background-color: #D8BD6B; }
a { background-color: rgb(216,189,107); }
div.DivClassName
{
background-color: #D8BD6B;
}
.BgClassName
{
background-color: #D8BD6B;
}
</style>
border-color css
<style>
span { border-color: #D8BD6B; }
span { border-color: rgb(216,189,107); }
td.TdClassName
{
border-color: #D8BD6B;
}
.TagClassName
{
border-color: #D8BD6B;
}
</style>