Shades of Tacha #D1B463
Tints of Tacha #D1B463
RGB
CMYK
RGB Variations
Color information
#D1B463 (or 0xD1B463) is known color: Tacha. HEX triplet: D1, B4 and 63. RGB value is (209,180,99). Sum of RGB (Red+Green+Blue) = 209+180+99=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B463 is #2E4B9C. Grayscale: #B3B3B3. Windows color (decimal): -3034013 or 6534353. OLE color: 6534353.
HSL color Cylindrical-coordinate representation of color #D1B463: hue angle of 44.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1B463 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 99 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.18 |
| HSL | 44.18º | 0.54% | 0.6% | - |
| HSV(B) | 44.18º | 0.53% | 0.82% | - |
| XYZ | 44.87 | 47.1 | 18.53 | - |
| YUV | 179.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 99 | 0 | 0.14 | 0.53 | 0.18 | 44.18 | 0.54 | 0.6 |
| Hex | D1 | B4 | 63 | 0 | E | 35 | 12 | 2C | 36 | 3C |
| Octal | 321 | 264 | 143 | 0 | 16 | 65 | 22 | 54 | 66 | 74 |
| Binary | 11010001 | 10110100 | 1100011 | 0 | 1110 | 110101 | 10010 | 101100 | 110110 | 111100 |
Color Harmonies of #D1B463
Complementary color
Monochromatic Colors of #D1B463
Black with #D1B463
Text Example
Text Example
White with #D1B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B463; }
p { color: rgb(209,180,99); }
H1.HeaderClassName
{
color: #D1B463;
}
.AnyTagClassName
{
color: #D1B463;
}
</style>
background-color css
<style>
a { background-color: #D1B463; }
a { background-color: rgb(209,180,99); }
div.DivClassName
{
background-color: #D1B463;
}
.BgClassName
{
background-color: #D1B463;
}
</style>
border-color css
<style>
span { border-color: #D1B463; }
span { border-color: rgb(209,180,99); }
td.TdClassName
{
border-color: #D1B463;
}
.TagClassName
{
border-color: #D1B463;
}
</style>