Shades of Tacha #D2B45C
Tints of Tacha #D2B45C
RGB
CMYK
RGB Variations
Color information
#D2B45C (or 0xD2B45C) is known color: Tacha. HEX triplet: D2, B4 and 5C. RGB value is (210,180,92). Sum of RGB (Red+Green+Blue) = 210+180+92=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B45C is #2D4BA3. Grayscale: #B3B3B3. Windows color (decimal): -2968484 or 6075602. OLE color: 6075602.
HSL color Cylindrical-coordinate representation of color #D2B45C: hue angle of 44.75º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2B45C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 92 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.18 |
| HSL | 44.75º | 0.57% | 0.59% | - |
| HSV(B) | 44.75º | 0.56% | 0.82% | - |
| XYZ | 44.83 | 47.12 | 16.86 | - |
| YUV | 178.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 92 | 0 | 0.14 | 0.56 | 0.18 | 44.75 | 0.57 | 0.59 |
| Hex | D2 | B4 | 5C | 0 | E | 38 | 12 | 2D | 39 | 3B |
| Octal | 322 | 264 | 134 | 0 | 16 | 70 | 22 | 55 | 71 | 73 |
| Binary | 11010010 | 10110100 | 1011100 | 0 | 1110 | 111000 | 10010 | 101101 | 111001 | 111011 |
Color Harmonies of #D2B45C
Complementary color
Monochromatic Colors of #D2B45C
Black with #D2B45C
Text Example
Text Example
White with #D2B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B45C; }
p { color: rgb(210,180,92); }
H1.HeaderClassName
{
color: #D2B45C;
}
.AnyTagClassName
{
color: #D2B45C;
}
</style>
background-color css
<style>
a { background-color: #D2B45C; }
a { background-color: rgb(210,180,92); }
div.DivClassName
{
background-color: #D2B45C;
}
.BgClassName
{
background-color: #D2B45C;
}
</style>
border-color css
<style>
span { border-color: #D2B45C; }
span { border-color: rgb(210,180,92); }
td.TdClassName
{
border-color: #D2B45C;
}
.TagClassName
{
border-color: #D2B45C;
}
</style>