Shades of Tacha #DABB51
Tints of Tacha #DABB51
RGB
CMYK
RGB Variations
Color information
#DABB51 (or 0xDABB51) is known color: Tacha. HEX triplet: DA, BB and 51. RGB value is (218,187,81). Sum of RGB (Red+Green+Blue) = 218+187+81=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB51 is #2544AE. Grayscale: #B8B8B8. Windows color (decimal): -2442415 or 5356506. OLE color: 5356506.
HSL color Cylindrical-coordinate representation of color #DABB51: hue angle of 46.42º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DABB51 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 81 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.15 |
| HSL | 46.42º | 0.65% | 0.59% | - |
| HSV(B) | 46.42º | 0.63% | 0.85% | - |
| XYZ | 48.17 | 51.04 | 15.1 | - |
| YUV | 184.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 81 | 0 | 0.14 | 0.63 | 0.15 | 46.42 | 0.65 | 0.59 |
| Hex | DA | BB | 51 | 0 | E | 3F | F | 2E | 41 | 3B |
| Octal | 332 | 273 | 121 | 0 | 16 | 77 | 17 | 56 | 101 | 73 |
| Binary | 11011010 | 10111011 | 1010001 | 0 | 1110 | 111111 | 1111 | 101110 | 1000001 | 111011 |
Color Harmonies of #DABB51
Complementary color
Monochromatic Colors of #DABB51
Black with #DABB51
Text Example
Text Example
White with #DABB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB51; }
p { color: rgb(218,187,81); }
H1.HeaderClassName
{
color: #DABB51;
}
.AnyTagClassName
{
color: #DABB51;
}
</style>
background-color css
<style>
a { background-color: #DABB51; }
a { background-color: rgb(218,187,81); }
div.DivClassName
{
background-color: #DABB51;
}
.BgClassName
{
background-color: #DABB51;
}
</style>
border-color css
<style>
span { border-color: #DABB51; }
span { border-color: rgb(218,187,81); }
td.TdClassName
{
border-color: #DABB51;
}
.TagClassName
{
border-color: #DABB51;
}
</style>