Shades of Tacha #D2B45B
Tints of Tacha #D2B45B
RGB
CMYK
RGB Variations
Color information
#D2B45B (or 0xD2B45B) is known color: Tacha. HEX triplet: D2, B4 and 5B. RGB value is (210,180,91). Sum of RGB (Red+Green+Blue) = 210+180+91=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B45B is #2D4BA4. Grayscale: #B3B3B3. Windows color (decimal): -2968485 or 6010066. OLE color: 6010066.
HSL color Cylindrical-coordinate representation of color #D2B45B: hue angle of 44.87º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2B45B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 91 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.18 |
| HSL | 44.87º | 0.57% | 0.59% | - |
| HSV(B) | 44.87º | 0.57% | 0.82% | - |
| XYZ | 44.79 | 47.1 | 16.63 | - |
| YUV | 178.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 91 | 0 | 0.14 | 0.57 | 0.18 | 44.87 | 0.57 | 0.59 |
| Hex | D2 | B4 | 5B | 0 | E | 39 | 12 | 2D | 39 | 3B |
| Octal | 322 | 264 | 133 | 0 | 16 | 71 | 22 | 55 | 71 | 73 |
| Binary | 11010010 | 10110100 | 1011011 | 0 | 1110 | 111001 | 10010 | 101101 | 111001 | 111011 |
Color Harmonies of #D2B45B
Complementary color
Monochromatic Colors of #D2B45B
Black with #D2B45B
Text Example
Text Example
White with #D2B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B45B; }
p { color: rgb(210,180,91); }
H1.HeaderClassName
{
color: #D2B45B;
}
.AnyTagClassName
{
color: #D2B45B;
}
</style>
background-color css
<style>
a { background-color: #D2B45B; }
a { background-color: rgb(210,180,91); }
div.DivClassName
{
background-color: #D2B45B;
}
.BgClassName
{
background-color: #D2B45B;
}
</style>
border-color css
<style>
span { border-color: #D2B45B; }
span { border-color: rgb(210,180,91); }
td.TdClassName
{
border-color: #D2B45B;
}
.TagClassName
{
border-color: #D2B45B;
}
</style>