Shades of Tacha #D0BF6E
Tints of Tacha #D0BF6E
RGB
CMYK
RGB Variations
Color information
#D0BF6E (or 0xD0BF6E) is known color: Tacha. HEX triplet: D0, BF and 6E. RGB value is (208,191,110). Sum of RGB (Red+Green+Blue) = 208+191+110=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF6E is #2F4091. Grayscale: #BBBBBB. Windows color (decimal): -3096722 or 7258064. OLE color: 7258064.
HSL color Cylindrical-coordinate representation of color #D0BF6E: hue angle of 49.59º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0BF6E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 110 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.18 |
| HSL | 49.59º | 0.51% | 0.62% | - |
| HSV(B) | 49.59º | 0.47% | 0.82% | - |
| XYZ | 47.46 | 51.8 | 22.25 | - |
| YUV | 186.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 110 | 0 | 0.08 | 0.47 | 0.18 | 49.59 | 0.51 | 0.62 |
| Hex | D0 | BF | 6E | 0 | 8 | 2F | 12 | 32 | 33 | 3E |
| Octal | 320 | 277 | 156 | 0 | 10 | 57 | 22 | 62 | 63 | 76 |
| Binary | 11010000 | 10111111 | 1101110 | 0 | 1000 | 101111 | 10010 | 110010 | 110011 | 111110 |
Color Harmonies of #D0BF6E
Complementary color
Monochromatic Colors of #D0BF6E
Black with #D0BF6E
Text Example
Text Example
White with #D0BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF6E; }
p { color: rgb(208,191,110); }
H1.HeaderClassName
{
color: #D0BF6E;
}
.AnyTagClassName
{
color: #D0BF6E;
}
</style>
background-color css
<style>
a { background-color: #D0BF6E; }
a { background-color: rgb(208,191,110); }
div.DivClassName
{
background-color: #D0BF6E;
}
.BgClassName
{
background-color: #D0BF6E;
}
</style>
border-color css
<style>
span { border-color: #D0BF6E; }
span { border-color: rgb(208,191,110); }
td.TdClassName
{
border-color: #D0BF6E;
}
.TagClassName
{
border-color: #D0BF6E;
}
</style>