Shades of Tacha #D0B960
Tints of Tacha #D0B960
RGB
CMYK
RGB Variations
Color information
#D0B960 (or 0xD0B960) is known color: Tacha. HEX triplet: D0, B9 and 60. RGB value is (208,185,96). Sum of RGB (Red+Green+Blue) = 208+185+96=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B960 is #2F469F. Grayscale: #B6B6B6. Windows color (decimal): -3098272 or 6339024. OLE color: 6339024.
HSL color Cylindrical-coordinate representation of color #D0B960: hue angle of 47.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0B960 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 96 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.18 |
| HSL | 47.68º | 0.54% | 0.6% | - |
| HSV(B) | 47.68º | 0.54% | 0.82% | - |
| XYZ | 45.47 | 48.95 | 18.12 | - |
| YUV | 181.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 96 | 0 | 0.11 | 0.54 | 0.18 | 47.68 | 0.54 | 0.6 |
| Hex | D0 | B9 | 60 | 0 | B | 36 | 12 | 30 | 36 | 3C |
| Octal | 320 | 271 | 140 | 0 | 13 | 66 | 22 | 60 | 66 | 74 |
| Binary | 11010000 | 10111001 | 1100000 | 0 | 1011 | 110110 | 10010 | 110000 | 110110 | 111100 |
Color Harmonies of #D0B960
Complementary color
Monochromatic Colors of #D0B960
Black with #D0B960
Text Example
Text Example
White with #D0B960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B960; }
p { color: rgb(208,185,96); }
H1.HeaderClassName
{
color: #D0B960;
}
.AnyTagClassName
{
color: #D0B960;
}
</style>
background-color css
<style>
a { background-color: #D0B960; }
a { background-color: rgb(208,185,96); }
div.DivClassName
{
background-color: #D0B960;
}
.BgClassName
{
background-color: #D0B960;
}
</style>
border-color css
<style>
span { border-color: #D0B960; }
span { border-color: rgb(208,185,96); }
td.TdClassName
{
border-color: #D0B960;
}
.TagClassName
{
border-color: #D0B960;
}
</style>