Shades of Tacha #D0B363
Tints of Tacha #D0B363
RGB
CMYK
RGB Variations
Color information
#D0B363 (or 0xD0B363) is known color: Tacha. HEX triplet: D0, B3 and 63. RGB value is (208,179,99). Sum of RGB (Red+Green+Blue) = 208+179+99=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B363 is #2F4C9C. Grayscale: #B2B2B2. Windows color (decimal): -3099805 or 6534096. OLE color: 6534096.
HSL color Cylindrical-coordinate representation of color #D0B363: hue angle of 44.04º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0B363 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 99 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.18 |
| HSL | 44.04º | 0.54% | 0.6% | - |
| HSV(B) | 44.04º | 0.52% | 0.82% | - |
| XYZ | 44.38 | 46.55 | 18.45 | - |
| YUV | 178.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 99 | 0 | 0.14 | 0.52 | 0.18 | 44.04 | 0.54 | 0.6 |
| Hex | D0 | B3 | 63 | 0 | E | 34 | 12 | 2C | 36 | 3C |
| Octal | 320 | 263 | 143 | 0 | 16 | 64 | 22 | 54 | 66 | 74 |
| Binary | 11010000 | 10110011 | 1100011 | 0 | 1110 | 110100 | 10010 | 101100 | 110110 | 111100 |
Color Harmonies of #D0B363
Complementary color
Monochromatic Colors of #D0B363
Black with #D0B363
Text Example
Text Example
White with #D0B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B363; }
p { color: rgb(208,179,99); }
H1.HeaderClassName
{
color: #D0B363;
}
.AnyTagClassName
{
color: #D0B363;
}
</style>
background-color css
<style>
a { background-color: #D0B363; }
a { background-color: rgb(208,179,99); }
div.DivClassName
{
background-color: #D0B363;
}
.BgClassName
{
background-color: #D0B363;
}
</style>
border-color css
<style>
span { border-color: #D0B363; }
span { border-color: rgb(208,179,99); }
td.TdClassName
{
border-color: #D0B363;
}
.TagClassName
{
border-color: #D0B363;
}
</style>