Shades of Tacha #D4B657
Tints of Tacha #D4B657
RGB
CMYK
RGB Variations
Color information
#D4B657 (or 0xD4B657) is known color: Tacha. HEX triplet: D4, B6 and 57. RGB value is (212,182,87). Sum of RGB (Red+Green+Blue) = 212+182+87=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B657 is #2B49A8. Grayscale: #B4B4B4. Windows color (decimal): -2836905 or 5748436. OLE color: 5748436.
HSL color Cylindrical-coordinate representation of color #D4B657: hue angle of 45.6º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4B657 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 182 | 87 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.17 |
| HSL | 45.6º | 0.59% | 0.59% | - |
| HSV(B) | 45.6º | 0.59% | 0.83% | - |
| XYZ | 45.6 | 48.14 | 15.91 | - |
| YUV | 180.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 87 | 0 | 0.14 | 0.59 | 0.17 | 45.6 | 0.59 | 0.59 |
| Hex | D4 | B6 | 57 | 0 | E | 3B | 11 | 2E | 3B | 3B |
| Octal | 324 | 266 | 127 | 0 | 16 | 73 | 21 | 56 | 73 | 73 |
| Binary | 11010100 | 10110110 | 1010111 | 0 | 1110 | 111011 | 10001 | 101110 | 111011 | 111011 |
Color Harmonies of #D4B657
Complementary color
Monochromatic Colors of #D4B657
Black with #D4B657
Text Example
Text Example
White with #D4B657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B657; }
p { color: rgb(212,182,87); }
H1.HeaderClassName
{
color: #D4B657;
}
.AnyTagClassName
{
color: #D4B657;
}
</style>
background-color css
<style>
a { background-color: #D4B657; }
a { background-color: rgb(212,182,87); }
div.DivClassName
{
background-color: #D4B657;
}
.BgClassName
{
background-color: #D4B657;
}
</style>
border-color css
<style>
span { border-color: #D4B657; }
span { border-color: rgb(212,182,87); }
td.TdClassName
{
border-color: #D4B657;
}
.TagClassName
{
border-color: #D4B657;
}
</style>