Shades of Tacha #D0BE6E
Tints of Tacha #D0BE6E
RGB
CMYK
RGB Variations
Color information
#D0BE6E (or 0xD0BE6E) is known color: Tacha. HEX triplet: D0, BE and 6E. RGB value is (208,190,110). Sum of RGB (Red+Green+Blue) = 208+190+110=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE6E is #2F4191. Grayscale: #BABABA. Windows color (decimal): -3096978 or 7257808. OLE color: 7257808.
HSL color Cylindrical-coordinate representation of color #D0BE6E: hue angle of 48.98º 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 #D0BE6E is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 110 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.18 |
| HSL | 48.98º | 0.51% | 0.62% | - |
| HSV(B) | 48.98º | 0.47% | 0.82% | - |
| XYZ | 47.24 | 51.36 | 22.18 | - |
| YUV | 186.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 110 | 0 | 0.09 | 0.47 | 0.18 | 48.98 | 0.51 | 0.62 |
| Hex | D0 | BE | 6E | 0 | 9 | 2F | 12 | 31 | 33 | 3E |
| Octal | 320 | 276 | 156 | 0 | 11 | 57 | 22 | 61 | 63 | 76 |
| Binary | 11010000 | 10111110 | 1101110 | 0 | 1001 | 101111 | 10010 | 110001 | 110011 | 111110 |
Color Harmonies of #D0BE6E
Complementary color
Monochromatic Colors of #D0BE6E
Black with #D0BE6E
Text Example
Text Example
White with #D0BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE6E; }
p { color: rgb(208,190,110); }
H1.HeaderClassName
{
color: #D0BE6E;
}
.AnyTagClassName
{
color: #D0BE6E;
}
</style>
background-color css
<style>
a { background-color: #D0BE6E; }
a { background-color: rgb(208,190,110); }
div.DivClassName
{
background-color: #D0BE6E;
}
.BgClassName
{
background-color: #D0BE6E;
}
</style>
border-color css
<style>
span { border-color: #D0BE6E; }
span { border-color: rgb(208,190,110); }
td.TdClassName
{
border-color: #D0BE6E;
}
.TagClassName
{
border-color: #D0BE6E;
}
</style>