Shades of Tacha #D2B55B
Tints of Tacha #D2B55B
RGB
CMYK
RGB Variations
Color information
#D2B55B (or 0xD2B55B) is known color: Tacha. HEX triplet: D2, B5 and 5B. RGB value is (210,181,91). Sum of RGB (Red+Green+Blue) = 210+181+91=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B55B is #2D4AA4. Grayscale: #B3B3B3. Windows color (decimal): -2968229 or 6010322. OLE color: 6010322.
HSL color Cylindrical-coordinate representation of color #D2B55B: hue angle of 45.38º 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 #D2B55B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 91 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.18 |
| HSL | 45.38º | 0.57% | 0.59% | - |
| HSV(B) | 45.38º | 0.57% | 0.82% | - |
| XYZ | 44.99 | 47.5 | 16.7 | - |
| YUV | 179.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 91 | 0 | 0.14 | 0.57 | 0.18 | 45.38 | 0.57 | 0.59 |
| Hex | D2 | B5 | 5B | 0 | E | 39 | 12 | 2D | 39 | 3B |
| Octal | 322 | 265 | 133 | 0 | 16 | 71 | 22 | 55 | 71 | 73 |
| Binary | 11010010 | 10110101 | 1011011 | 0 | 1110 | 111001 | 10010 | 101101 | 111001 | 111011 |
Color Harmonies of #D2B55B
Complementary color
Monochromatic Colors of #D2B55B
Black with #D2B55B
Text Example
Text Example
White with #D2B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B55B; }
p { color: rgb(210,181,91); }
H1.HeaderClassName
{
color: #D2B55B;
}
.AnyTagClassName
{
color: #D2B55B;
}
</style>
background-color css
<style>
a { background-color: #D2B55B; }
a { background-color: rgb(210,181,91); }
div.DivClassName
{
background-color: #D2B55B;
}
.BgClassName
{
background-color: #D2B55B;
}
</style>
border-color css
<style>
span { border-color: #D2B55B; }
span { border-color: rgb(210,181,91); }
td.TdClassName
{
border-color: #D2B55B;
}
.TagClassName
{
border-color: #D2B55B;
}
</style>