Shades of Chenin #D8BF69
Tints of Chenin #D8BF69
RGB
CMYK
RGB Variations
Color information
#D8BF69 (or 0xD8BF69) is known color: Chenin. HEX triplet: D8, BF and 69. RGB value is (216,191,105). Sum of RGB (Red+Green+Blue) = 216+191+105=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF69 is #274096. Grayscale: #BDBDBD. Windows color (decimal): -2572439 or 6930392. OLE color: 6930392.
HSL color Cylindrical-coordinate representation of color #D8BF69: hue angle of 46.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8BF69 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 105 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.15 |
| HSL | 46.49º | 0.59% | 0.63% | - |
| HSV(B) | 46.49º | 0.51% | 0.85% | - |
| XYZ | 49.5 | 52.88 | 20.96 | - |
| YUV | 188.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 105 | 0 | 0.12 | 0.51 | 0.15 | 46.49 | 0.59 | 0.63 |
| Hex | D8 | BF | 69 | 0 | C | 33 | F | 2E | 3B | 3F |
| Octal | 330 | 277 | 151 | 0 | 14 | 63 | 17 | 56 | 73 | 77 |
| Binary | 11011000 | 10111111 | 1101001 | 0 | 1100 | 110011 | 1111 | 101110 | 111011 | 111111 |
Color Harmonies of #D8BF69
Complementary color
Monochromatic Colors of #D8BF69
Black with #D8BF69
Text Example
Text Example
White with #D8BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF69; }
p { color: rgb(216,191,105); }
H1.HeaderClassName
{
color: #D8BF69;
}
.AnyTagClassName
{
color: #D8BF69;
}
</style>
background-color css
<style>
a { background-color: #D8BF69; }
a { background-color: rgb(216,191,105); }
div.DivClassName
{
background-color: #D8BF69;
}
.BgClassName
{
background-color: #D8BF69;
}
</style>
border-color css
<style>
span { border-color: #D8BF69; }
span { border-color: rgb(216,191,105); }
td.TdClassName
{
border-color: #D8BF69;
}
.TagClassName
{
border-color: #D8BF69;
}
</style>