Shades of Tacha #D2B363
Tints of Tacha #D2B363
RGB
CMYK
RGB Variations
Color information
#D2B363 (or 0xD2B363) is known color: Tacha. HEX triplet: D2, B3 and 63. RGB value is (210,179,99). Sum of RGB (Red+Green+Blue) = 210+179+99=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B363 is #2D4C9C. Grayscale: #B3B3B3. Windows color (decimal): -2968733 or 6534098. OLE color: 6534098.
HSL color Cylindrical-coordinate representation of color #D2B363: hue angle of 43.24º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2B363 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 99 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.18 |
| HSL | 43.24º | 0.55% | 0.61% | - |
| HSV(B) | 43.24º | 0.53% | 0.82% | - |
| XYZ | 44.95 | 46.84 | 18.48 | - |
| YUV | 179.15 | 82.77 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 99 | 0 | 0.15 | 0.53 | 0.18 | 43.24 | 0.55 | 0.61 |
| Hex | D2 | B3 | 63 | 0 | F | 35 | 12 | 2B | 37 | 3D |
| Octal | 322 | 263 | 143 | 0 | 17 | 65 | 22 | 53 | 67 | 75 |
| Binary | 11010010 | 10110011 | 1100011 | 0 | 1111 | 110101 | 10010 | 101011 | 110111 | 111101 |
Color Harmonies of #D2B363
Complementary color
Monochromatic Colors of #D2B363
Black with #D2B363
Text Example
Text Example
White with #D2B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B363; }
p { color: rgb(210,179,99); }
H1.HeaderClassName
{
color: #D2B363;
}
.AnyTagClassName
{
color: #D2B363;
}
</style>
background-color css
<style>
a { background-color: #D2B363; }
a { background-color: rgb(210,179,99); }
div.DivClassName
{
background-color: #D2B363;
}
.BgClassName
{
background-color: #D2B363;
}
</style>
border-color css
<style>
span { border-color: #D2B363; }
span { border-color: rgb(210,179,99); }
td.TdClassName
{
border-color: #D2B363;
}
.TagClassName
{
border-color: #D2B363;
}
</style>