Shades of Tacha #D0BE6D
Tints of Tacha #D0BE6D
RGB
CMYK
RGB Variations
Color information
#D0BE6D (or 0xD0BE6D) is known color: Tacha. HEX triplet: D0, BE and 6D. RGB value is (208,190,109). Sum of RGB (Red+Green+Blue) = 208+190+109=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE6D is #2F4192. Grayscale: #BABABA. Windows color (decimal): -3096979 or 7192272. OLE color: 7192272.
HSL color Cylindrical-coordinate representation of color #D0BE6D: hue angle of 49.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0BE6D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 109 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.18 |
| HSL | 49.09º | 0.51% | 0.62% | - |
| HSV(B) | 49.09º | 0.48% | 0.82% | - |
| XYZ | 47.19 | 51.34 | 21.89 | - |
| YUV | 186.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 109 | 0 | 0.09 | 0.48 | 0.18 | 49.09 | 0.51 | 0.62 |
| Hex | D0 | BE | 6D | 0 | 9 | 30 | 12 | 31 | 33 | 3E |
| Octal | 320 | 276 | 155 | 0 | 11 | 60 | 22 | 61 | 63 | 76 |
| Binary | 11010000 | 10111110 | 1101101 | 0 | 1001 | 110000 | 10010 | 110001 | 110011 | 111110 |
Color Harmonies of #D0BE6D
Complementary color
Monochromatic Colors of #D0BE6D
Black with #D0BE6D
Text Example
Text Example
White with #D0BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE6D; }
p { color: rgb(208,190,109); }
H1.HeaderClassName
{
color: #D0BE6D;
}
.AnyTagClassName
{
color: #D0BE6D;
}
</style>
background-color css
<style>
a { background-color: #D0BE6D; }
a { background-color: rgb(208,190,109); }
div.DivClassName
{
background-color: #D0BE6D;
}
.BgClassName
{
background-color: #D0BE6D;
}
</style>
border-color css
<style>
span { border-color: #D0BE6D; }
span { border-color: rgb(208,190,109); }
td.TdClassName
{
border-color: #D0BE6D;
}
.TagClassName
{
border-color: #D0BE6D;
}
</style>