Shades of Tacha #D0B761
Tints of Tacha #D0B761
RGB
CMYK
RGB Variations
Color information
#D0B761 (or 0xD0B761) is known color: Tacha. HEX triplet: D0, B7 and 61. RGB value is (208,183,97). Sum of RGB (Red+Green+Blue) = 208+183+97=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B761 is #2F489E. Grayscale: #B5B5B5. Windows color (decimal): -3098783 or 6404048. OLE color: 6404048.
HSL color Cylindrical-coordinate representation of color #D0B761: hue angle of 46.49º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0B761 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 97 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.18 |
| HSL | 46.49º | 0.54% | 0.6% | - |
| HSV(B) | 46.49º | 0.53% | 0.82% | - |
| XYZ | 45.1 | 48.14 | 18.22 | - |
| YUV | 180.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 97 | 0 | 0.12 | 0.53 | 0.18 | 46.49 | 0.54 | 0.6 |
| Hex | D0 | B7 | 61 | 0 | C | 35 | 12 | 2E | 36 | 3C |
| Octal | 320 | 267 | 141 | 0 | 14 | 65 | 22 | 56 | 66 | 74 |
| Binary | 11010000 | 10110111 | 1100001 | 0 | 1100 | 110101 | 10010 | 101110 | 110110 | 111100 |
Color Harmonies of #D0B761
Complementary color
Monochromatic Colors of #D0B761
Black with #D0B761
Text Example
Text Example
White with #D0B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B761; }
p { color: rgb(208,183,97); }
H1.HeaderClassName
{
color: #D0B761;
}
.AnyTagClassName
{
color: #D0B761;
}
</style>
background-color css
<style>
a { background-color: #D0B761; }
a { background-color: rgb(208,183,97); }
div.DivClassName
{
background-color: #D0B761;
}
.BgClassName
{
background-color: #D0B761;
}
</style>
border-color css
<style>
span { border-color: #D0B761; }
span { border-color: rgb(208,183,97); }
td.TdClassName
{
border-color: #D0B761;
}
.TagClassName
{
border-color: #D0B761;
}
</style>