Shades of Tacha #D2BB4E
Tints of Tacha #D2BB4E
RGB
CMYK
RGB Variations
Color information
#D2BB4E (or 0xD2BB4E) is known color: Tacha. HEX triplet: D2, BB and 4E. RGB value is (210,187,78). Sum of RGB (Red+Green+Blue) = 210+187+78=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB4E is #2D44B1. Grayscale: #B5B5B5. Windows color (decimal): -2966706 or 5159890. OLE color: 5159890.
HSL color Cylindrical-coordinate representation of color #D2BB4E: hue angle of 49.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2BB4E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 78 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.18 |
| HSL | 49.55º | 0.59% | 0.56% | - |
| HSV(B) | 49.55º | 0.63% | 0.82% | - |
| XYZ | 45.72 | 49.79 | 14.41 | - |
| YUV | 181.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 78 | 0 | 0.11 | 0.63 | 0.18 | 49.55 | 0.59 | 0.56 |
| Hex | D2 | BB | 4E | 0 | B | 3F | 12 | 32 | 3B | 38 |
| Octal | 322 | 273 | 116 | 0 | 13 | 77 | 22 | 62 | 73 | 70 |
| Binary | 11010010 | 10111011 | 1001110 | 0 | 1011 | 111111 | 10010 | 110010 | 111011 | 111000 |
Color Harmonies of #D2BB4E
Complementary color
Monochromatic Colors of #D2BB4E
Black with #D2BB4E
Text Example
Text Example
White with #D2BB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB4E; }
p { color: rgb(210,187,78); }
H1.HeaderClassName
{
color: #D2BB4E;
}
.AnyTagClassName
{
color: #D2BB4E;
}
</style>
background-color css
<style>
a { background-color: #D2BB4E; }
a { background-color: rgb(210,187,78); }
div.DivClassName
{
background-color: #D2BB4E;
}
.BgClassName
{
background-color: #D2BB4E;
}
</style>
border-color css
<style>
span { border-color: #D2BB4E; }
span { border-color: rgb(210,187,78); }
td.TdClassName
{
border-color: #D2BB4E;
}
.TagClassName
{
border-color: #D2BB4E;
}
</style>