Shades of Tacha #D0B360
Tints of Tacha #D0B360
RGB
CMYK
RGB Variations
Color information
#D0B360 (or 0xD0B360) is known color: Tacha. HEX triplet: D0, B3 and 60. RGB value is (208,179,96). Sum of RGB (Red+Green+Blue) = 208+179+96=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B360 is #2F4C9F. Grayscale: #B2B2B2. Windows color (decimal): -3099808 or 6337488. OLE color: 6337488.
HSL color Cylindrical-coordinate representation of color #D0B360: hue angle of 44.46º 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 #D0B360 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 96 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.18 |
| HSL | 44.46º | 0.54% | 0.6% | - |
| HSV(B) | 44.46º | 0.54% | 0.82% | - |
| XYZ | 44.24 | 46.49 | 17.71 | - |
| YUV | 178.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 96 | 0 | 0.14 | 0.54 | 0.18 | 44.46 | 0.54 | 0.6 |
| Hex | D0 | B3 | 60 | 0 | E | 36 | 12 | 2C | 36 | 3C |
| Octal | 320 | 263 | 140 | 0 | 16 | 66 | 22 | 54 | 66 | 74 |
| Binary | 11010000 | 10110011 | 1100000 | 0 | 1110 | 110110 | 10010 | 101100 | 110110 | 111100 |
Color Harmonies of #D0B360
Complementary color
Monochromatic Colors of #D0B360
Black with #D0B360
Text Example
Text Example
White with #D0B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B360; }
p { color: rgb(208,179,96); }
H1.HeaderClassName
{
color: #D0B360;
}
.AnyTagClassName
{
color: #D0B360;
}
</style>
background-color css
<style>
a { background-color: #D0B360; }
a { background-color: rgb(208,179,96); }
div.DivClassName
{
background-color: #D0B360;
}
.BgClassName
{
background-color: #D0B360;
}
</style>
border-color css
<style>
span { border-color: #D0B360; }
span { border-color: rgb(208,179,96); }
td.TdClassName
{
border-color: #D0B360;
}
.TagClassName
{
border-color: #D0B360;
}
</style>