Shades of Tacha #D0BE6B
Tints of Tacha #D0BE6B
RGB
CMYK
RGB Variations
Color information
#D0BE6B (or 0xD0BE6B) is known color: Tacha. HEX triplet: D0, BE and 6B. RGB value is (208,190,107). Sum of RGB (Red+Green+Blue) = 208+190+107=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE6B is #2F4194. Grayscale: #BABABA. Windows color (decimal): -3096981 or 7061200. OLE color: 7061200.
HSL color Cylindrical-coordinate representation of color #D0BE6B: hue angle of 49.31º 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 #D0BE6B is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 107 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.18 |
| HSL | 49.31º | 0.52% | 0.62% | - |
| HSV(B) | 49.31º | 0.49% | 0.82% | - |
| XYZ | 47.08 | 51.3 | 21.33 | - |
| YUV | 185.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 107 | 0 | 0.09 | 0.49 | 0.18 | 49.31 | 0.52 | 0.62 |
| Hex | D0 | BE | 6B | 0 | 9 | 31 | 12 | 31 | 34 | 3E |
| Octal | 320 | 276 | 153 | 0 | 11 | 61 | 22 | 61 | 64 | 76 |
| Binary | 11010000 | 10111110 | 1101011 | 0 | 1001 | 110001 | 10010 | 110001 | 110100 | 111110 |
Color Harmonies of #D0BE6B
Complementary color
Monochromatic Colors of #D0BE6B
Black with #D0BE6B
Text Example
Text Example
White with #D0BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE6B; }
p { color: rgb(208,190,107); }
H1.HeaderClassName
{
color: #D0BE6B;
}
.AnyTagClassName
{
color: #D0BE6B;
}
</style>
background-color css
<style>
a { background-color: #D0BE6B; }
a { background-color: rgb(208,190,107); }
div.DivClassName
{
background-color: #D0BE6B;
}
.BgClassName
{
background-color: #D0BE6B;
}
</style>
border-color css
<style>
span { border-color: #D0BE6B; }
span { border-color: rgb(208,190,107); }
td.TdClassName
{
border-color: #D0BE6B;
}
.TagClassName
{
border-color: #D0BE6B;
}
</style>