Shades of Tacha #D3B650
Tints of Tacha #D3B650
RGB
CMYK
RGB Variations
Color information
#D3B650 (or 0xD3B650) is known color: Tacha. HEX triplet: D3, B6 and 50. RGB value is (211,182,80). Sum of RGB (Red+Green+Blue) = 211+182+80=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B650 is #2C49AF. Grayscale: #B3B3B3. Windows color (decimal): -2902448 or 5289683. OLE color: 5289683.
HSL color Cylindrical-coordinate representation of color #D3B650: hue angle of 46.72º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3B650 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 80 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.17 |
| HSL | 46.72º | 0.6% | 0.57% | - |
| HSV(B) | 46.72º | 0.62% | 0.83% | - |
| XYZ | 45.04 | 47.88 | 14.46 | - |
| YUV | 179.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 80 | 0 | 0.14 | 0.62 | 0.17 | 46.72 | 0.6 | 0.57 |
| Hex | D3 | B6 | 50 | 0 | E | 3E | 11 | 2F | 3C | 39 |
| Octal | 323 | 266 | 120 | 0 | 16 | 76 | 21 | 57 | 74 | 71 |
| Binary | 11010011 | 10110110 | 1010000 | 0 | 1110 | 111110 | 10001 | 101111 | 111100 | 111001 |
Color Harmonies of #D3B650
Complementary color
Monochromatic Colors of #D3B650
Black with #D3B650
Text Example
Text Example
White with #D3B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B650; }
p { color: rgb(211,182,80); }
H1.HeaderClassName
{
color: #D3B650;
}
.AnyTagClassName
{
color: #D3B650;
}
</style>
background-color css
<style>
a { background-color: #D3B650; }
a { background-color: rgb(211,182,80); }
div.DivClassName
{
background-color: #D3B650;
}
.BgClassName
{
background-color: #D3B650;
}
</style>
border-color css
<style>
span { border-color: #D3B650; }
span { border-color: rgb(211,182,80); }
td.TdClassName
{
border-color: #D3B650;
}
.TagClassName
{
border-color: #D3B650;
}
</style>