Shades of Chenin #D1BF6E
Tints of Chenin #D1BF6E
RGB
CMYK
RGB Variations
Color information
#D1BF6E (or 0xD1BF6E) is known color: Chenin. HEX triplet: D1, BF and 6E. RGB value is (209,191,110). Sum of RGB (Red+Green+Blue) = 209+191+110=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF6E is #2E4091. Grayscale: #BBBBBB. Windows color (decimal): -3031186 or 7258065. OLE color: 7258065.
HSL color Cylindrical-coordinate representation of color #D1BF6E: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1BF6E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 110 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.18 |
| HSL | 49.09º | 0.52% | 0.63% | - |
| HSV(B) | 49.09º | 0.47% | 0.82% | - |
| XYZ | 47.74 | 51.94 | 22.26 | - |
| YUV | 187.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 110 | 0 | 0.09 | 0.47 | 0.18 | 49.09 | 0.52 | 0.63 |
| Hex | D1 | BF | 6E | 0 | 9 | 2F | 12 | 31 | 34 | 3F |
| Octal | 321 | 277 | 156 | 0 | 11 | 57 | 22 | 61 | 64 | 77 |
| Binary | 11010001 | 10111111 | 1101110 | 0 | 1001 | 101111 | 10010 | 110001 | 110100 | 111111 |
Color Harmonies of #D1BF6E
Complementary color
Monochromatic Colors of #D1BF6E
Black with #D1BF6E
Text Example
Text Example
White with #D1BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF6E; }
p { color: rgb(209,191,110); }
H1.HeaderClassName
{
color: #D1BF6E;
}
.AnyTagClassName
{
color: #D1BF6E;
}
</style>
background-color css
<style>
a { background-color: #D1BF6E; }
a { background-color: rgb(209,191,110); }
div.DivClassName
{
background-color: #D1BF6E;
}
.BgClassName
{
background-color: #D1BF6E;
}
</style>
border-color css
<style>
span { border-color: #D1BF6E; }
span { border-color: rgb(209,191,110); }
td.TdClassName
{
border-color: #D1BF6E;
}
.TagClassName
{
border-color: #D1BF6E;
}
</style>