Shades of Tacha #D3B463
Tints of Tacha #D3B463
RGB
CMYK
RGB Variations
Color information
#D3B463 (or 0xD3B463) is known color: Tacha. HEX triplet: D3, B4 and 63. RGB value is (211,180,99). Sum of RGB (Red+Green+Blue) = 211+180+99=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B463 is #2C4B9C. Grayscale: #B4B4B4. Windows color (decimal): -2902941 or 6534355. OLE color: 6534355.
HSL color Cylindrical-coordinate representation of color #D3B463: hue angle of 43.39º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3B463 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 99 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.17 |
| HSL | 43.39º | 0.56% | 0.61% | - |
| HSV(B) | 43.39º | 0.53% | 0.83% | - |
| XYZ | 45.44 | 47.39 | 18.56 | - |
| YUV | 180.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 99 | 0 | 0.15 | 0.53 | 0.17 | 43.39 | 0.56 | 0.61 |
| Hex | D3 | B4 | 63 | 0 | F | 35 | 11 | 2B | 38 | 3D |
| Octal | 323 | 264 | 143 | 0 | 17 | 65 | 21 | 53 | 70 | 75 |
| Binary | 11010011 | 10110100 | 1100011 | 0 | 1111 | 110101 | 10001 | 101011 | 111000 | 111101 |
Color Harmonies of #D3B463
Complementary color
Monochromatic Colors of #D3B463
Black with #D3B463
Text Example
Text Example
White with #D3B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B463; }
p { color: rgb(211,180,99); }
H1.HeaderClassName
{
color: #D3B463;
}
.AnyTagClassName
{
color: #D3B463;
}
</style>
background-color css
<style>
a { background-color: #D3B463; }
a { background-color: rgb(211,180,99); }
div.DivClassName
{
background-color: #D3B463;
}
.BgClassName
{
background-color: #D3B463;
}
</style>
border-color css
<style>
span { border-color: #D3B463; }
span { border-color: rgb(211,180,99); }
td.TdClassName
{
border-color: #D3B463;
}
.TagClassName
{
border-color: #D3B463;
}
</style>