Shades of Tacha #D2B95A
Tints of Tacha #D2B95A
RGB
CMYK
RGB Variations
Color information
#D2B95A (or 0xD2B95A) is known color: Tacha. HEX triplet: D2, B9 and 5A. RGB value is (210,185,90). Sum of RGB (Red+Green+Blue) = 210+185+90=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B95A is #2D46A5. Grayscale: #B6B6B6. Windows color (decimal): -2967206 or 5945810. OLE color: 5945810.
HSL color Cylindrical-coordinate representation of color #D2B95A: hue angle of 47.5º 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 #D2B95A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 90 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.18 |
| HSL | 47.5º | 0.57% | 0.59% | - |
| HSV(B) | 47.5º | 0.57% | 0.82% | - |
| XYZ | 45.77 | 49.14 | 16.74 | - |
| YUV | 181.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 90 | 0 | 0.12 | 0.57 | 0.18 | 47.5 | 0.57 | 0.59 |
| Hex | D2 | B9 | 5A | 0 | C | 39 | 12 | 30 | 39 | 3B |
| Octal | 322 | 271 | 132 | 0 | 14 | 71 | 22 | 60 | 71 | 73 |
| Binary | 11010010 | 10111001 | 1011010 | 0 | 1100 | 111001 | 10010 | 110000 | 111001 | 111011 |
Color Harmonies of #D2B95A
Complementary color
Monochromatic Colors of #D2B95A
Black with #D2B95A
Text Example
Text Example
White with #D2B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B95A; }
p { color: rgb(210,185,90); }
H1.HeaderClassName
{
color: #D2B95A;
}
.AnyTagClassName
{
color: #D2B95A;
}
</style>
background-color css
<style>
a { background-color: #D2B95A; }
a { background-color: rgb(210,185,90); }
div.DivClassName
{
background-color: #D2B95A;
}
.BgClassName
{
background-color: #D2B95A;
}
</style>
border-color css
<style>
span { border-color: #D2B95A; }
span { border-color: rgb(210,185,90); }
td.TdClassName
{
border-color: #D2B95A;
}
.TagClassName
{
border-color: #D2B95A;
}
</style>