Shades of Tacha #D3B466
Tints of Tacha #D3B466
RGB
CMYK
RGB Variations
Color information
#D3B466 (or 0xD3B466) is known color: Tacha. HEX triplet: D3, B4 and 66. RGB value is (211,180,102). Sum of RGB (Red+Green+Blue) = 211+180+102=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B466 is #2C4B99. Grayscale: #B4B4B4. Windows color (decimal): -2902938 or 6730963. OLE color: 6730963.
HSL color Cylindrical-coordinate representation of color #D3B466: hue angle of 42.94º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3B466 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 102 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.17 |
| HSL | 42.94º | 0.55% | 0.61% | - |
| HSV(B) | 42.94º | 0.52% | 0.83% | - |
| XYZ | 45.58 | 47.45 | 19.33 | - |
| YUV | 180.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 102 | 0 | 0.15 | 0.52 | 0.17 | 42.94 | 0.55 | 0.61 |
| Hex | D3 | B4 | 66 | 0 | F | 34 | 11 | 2B | 37 | 3D |
| Octal | 323 | 264 | 146 | 0 | 17 | 64 | 21 | 53 | 67 | 75 |
| Binary | 11010011 | 10110100 | 1100110 | 0 | 1111 | 110100 | 10001 | 101011 | 110111 | 111101 |
Color Harmonies of #D3B466
Complementary color
Monochromatic Colors of #D3B466
Black with #D3B466
Text Example
Text Example
White with #D3B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B466; }
p { color: rgb(211,180,102); }
H1.HeaderClassName
{
color: #D3B466;
}
.AnyTagClassName
{
color: #D3B466;
}
</style>
background-color css
<style>
a { background-color: #D3B466; }
a { background-color: rgb(211,180,102); }
div.DivClassName
{
background-color: #D3B466;
}
.BgClassName
{
background-color: #D3B466;
}
</style>
border-color css
<style>
span { border-color: #D3B466; }
span { border-color: rgb(211,180,102); }
td.TdClassName
{
border-color: #D3B466;
}
.TagClassName
{
border-color: #D3B466;
}
</style>