Shades of Tacha #D0BF6A
Tints of Tacha #D0BF6A
RGB
CMYK
RGB Variations
Color information
#D0BF6A (or 0xD0BF6A) is known color: Tacha. HEX triplet: D0, BF and 6A. RGB value is (208,191,106). Sum of RGB (Red+Green+Blue) = 208+191+106=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF6A is #2F4095. Grayscale: #BABABA. Windows color (decimal): -3096726 or 6995920. OLE color: 6995920.
HSL color Cylindrical-coordinate representation of color #D0BF6A: hue angle of 50º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0BF6A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 106 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.18 |
| HSL | 50º | 0.52% | 0.62% | - |
| HSV(B) | 50º | 0.49% | 0.82% | - |
| XYZ | 47.24 | 51.71 | 21.13 | - |
| YUV | 186.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 106 | 0 | 0.08 | 0.49 | 0.18 | 50 | 0.52 | 0.62 |
| Hex | D0 | BF | 6A | 0 | 8 | 31 | 12 | 32 | 34 | 3E |
| Octal | 320 | 277 | 152 | 0 | 10 | 61 | 22 | 62 | 64 | 76 |
| Binary | 11010000 | 10111111 | 1101010 | 0 | 1000 | 110001 | 10010 | 110010 | 110100 | 111110 |
Color Harmonies of #D0BF6A
Complementary color
Monochromatic Colors of #D0BF6A
Black with #D0BF6A
Text Example
Text Example
White with #D0BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF6A; }
p { color: rgb(208,191,106); }
H1.HeaderClassName
{
color: #D0BF6A;
}
.AnyTagClassName
{
color: #D0BF6A;
}
</style>
background-color css
<style>
a { background-color: #D0BF6A; }
a { background-color: rgb(208,191,106); }
div.DivClassName
{
background-color: #D0BF6A;
}
.BgClassName
{
background-color: #D0BF6A;
}
</style>
border-color css
<style>
span { border-color: #D0BF6A; }
span { border-color: rgb(208,191,106); }
td.TdClassName
{
border-color: #D0BF6A;
}
.TagClassName
{
border-color: #D0BF6A;
}
</style>