Shades of Tacha #D4B55A
Tints of Tacha #D4B55A
RGB
CMYK
RGB Variations
Color information
#D4B55A (or 0xD4B55A) is known color: Tacha. HEX triplet: D4, B5 and 5A. RGB value is (212,181,90). Sum of RGB (Red+Green+Blue) = 212+181+90=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B55A is #2B4AA5. Grayscale: #B4B4B4. Windows color (decimal): -2837158 or 5944788. OLE color: 5944788.
HSL color Cylindrical-coordinate representation of color #D4B55A: hue angle of 44.75º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4B55A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 90 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.17 |
| HSL | 44.75º | 0.59% | 0.59% | - |
| HSV(B) | 44.75º | 0.58% | 0.83% | - |
| XYZ | 45.52 | 47.78 | 16.5 | - |
| YUV | 179.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 90 | 0 | 0.15 | 0.58 | 0.17 | 44.75 | 0.59 | 0.59 |
| Hex | D4 | B5 | 5A | 0 | F | 3A | 11 | 2D | 3B | 3B |
| Octal | 324 | 265 | 132 | 0 | 17 | 72 | 21 | 55 | 73 | 73 |
| Binary | 11010100 | 10110101 | 1011010 | 0 | 1111 | 111010 | 10001 | 101101 | 111011 | 111011 |
Color Harmonies of #D4B55A
Complementary color
Monochromatic Colors of #D4B55A
Black with #D4B55A
Text Example
Text Example
White with #D4B55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B55A; }
p { color: rgb(212,181,90); }
H1.HeaderClassName
{
color: #D4B55A;
}
.AnyTagClassName
{
color: #D4B55A;
}
</style>
background-color css
<style>
a { background-color: #D4B55A; }
a { background-color: rgb(212,181,90); }
div.DivClassName
{
background-color: #D4B55A;
}
.BgClassName
{
background-color: #D4B55A;
}
</style>
border-color css
<style>
span { border-color: #D4B55A; }
span { border-color: rgb(212,181,90); }
td.TdClassName
{
border-color: #D4B55A;
}
.TagClassName
{
border-color: #D4B55A;
}
</style>