Shades of Tacha #DABB62
Tints of Tacha #DABB62
RGB
CMYK
RGB Variations
Color information
#DABB62 (or 0xDABB62) is known color: Tacha. HEX triplet: DA, BB and 62. RGB value is (218,187,98). Sum of RGB (Red+Green+Blue) = 218+187+98=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB62 is #25449D. Grayscale: #BABABA. Windows color (decimal): -2442398 or 6470618. OLE color: 6470618.
HSL color Cylindrical-coordinate representation of color #DABB62: hue angle of 44.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DABB62 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 98 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.15 |
| HSL | 44.5º | 0.62% | 0.62% | - |
| HSV(B) | 44.5º | 0.55% | 0.85% | - |
| XYZ | 48.89 | 51.33 | 18.89 | - |
| YUV | 186.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 98 | 0 | 0.14 | 0.55 | 0.15 | 44.5 | 0.62 | 0.62 |
| Hex | DA | BB | 62 | 0 | E | 37 | F | 2C | 3E | 3E |
| Octal | 332 | 273 | 142 | 0 | 16 | 67 | 17 | 54 | 76 | 76 |
| Binary | 11011010 | 10111011 | 1100010 | 0 | 1110 | 110111 | 1111 | 101100 | 111110 | 111110 |
Color Harmonies of #DABB62
Complementary color
Monochromatic Colors of #DABB62
Black with #DABB62
Text Example
Text Example
White with #DABB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB62; }
p { color: rgb(218,187,98); }
H1.HeaderClassName
{
color: #DABB62;
}
.AnyTagClassName
{
color: #DABB62;
}
</style>
background-color css
<style>
a { background-color: #DABB62; }
a { background-color: rgb(218,187,98); }
div.DivClassName
{
background-color: #DABB62;
}
.BgClassName
{
background-color: #DABB62;
}
</style>
border-color css
<style>
span { border-color: #DABB62; }
span { border-color: rgb(218,187,98); }
td.TdClassName
{
border-color: #DABB62;
}
.TagClassName
{
border-color: #DABB62;
}
</style>