Shades of Tacha #D4B355
Tints of Tacha #D4B355
RGB
CMYK
RGB Variations
Color information
#D4B355 (or 0xD4B355) is known color: Tacha. HEX triplet: D4, B3 and 55. RGB value is (212,179,85). Sum of RGB (Red+Green+Blue) = 212+179+85=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B355 is #2B4CAA. Grayscale: #B2B2B2. Windows color (decimal): -2837675 or 5616596. OLE color: 5616596.
HSL color Cylindrical-coordinate representation of color #D4B355: hue angle of 44.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4B355 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 85 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.17 |
| HSL | 44.41º | 0.6% | 0.58% | - |
| HSV(B) | 44.41º | 0.6% | 0.83% | - |
| XYZ | 44.91 | 46.89 | 15.28 | - |
| YUV | 178.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 85 | 0 | 0.16 | 0.60 | 0.17 | 44.41 | 0.6 | 0.58 |
| Hex | D4 | B3 | 55 | 0 | 10 | 3C | 11 | 2C | 3C | 3A |
| Octal | 324 | 263 | 125 | 0 | 20 | 74 | 21 | 54 | 74 | 72 |
| Binary | 11010100 | 10110011 | 1010101 | 0 | 10000 | 111100 | 10001 | 101100 | 111100 | 111010 |
Color Harmonies of #D4B355
Complementary color
Monochromatic Colors of #D4B355
Black with #D4B355
Text Example
Text Example
White with #D4B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B355; }
p { color: rgb(212,179,85); }
H1.HeaderClassName
{
color: #D4B355;
}
.AnyTagClassName
{
color: #D4B355;
}
</style>
background-color css
<style>
a { background-color: #D4B355; }
a { background-color: rgb(212,179,85); }
div.DivClassName
{
background-color: #D4B355;
}
.BgClassName
{
background-color: #D4B355;
}
</style>
border-color css
<style>
span { border-color: #D4B355; }
span { border-color: rgb(212,179,85); }
td.TdClassName
{
border-color: #D4B355;
}
.TagClassName
{
border-color: #D4B355;
}
</style>