Shades of Tacha #DAB855
Tints of Tacha #DAB855
RGB
CMYK
RGB Variations
Color information
#DAB855 (or 0xDAB855) is known color: Tacha. HEX triplet: DA, B8 and 55. RGB value is (218,184,85). Sum of RGB (Red+Green+Blue) = 218+184+85=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB855 is #2547AA. Grayscale: #B7B7B7. Windows color (decimal): -2443179 or 5617882. OLE color: 5617882.
HSL color Cylindrical-coordinate representation of color #DAB855: hue angle of 44.66º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAB855 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 85 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.15 |
| HSL | 44.66º | 0.64% | 0.59% | - |
| HSV(B) | 44.66º | 0.61% | 0.85% | - |
| XYZ | 47.69 | 49.84 | 15.7 | - |
| YUV | 182.88 | 72.76 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 85 | 0 | 0.16 | 0.61 | 0.15 | 44.66 | 0.64 | 0.59 |
| Hex | DA | B8 | 55 | 0 | 10 | 3D | F | 2D | 40 | 3B |
| Octal | 332 | 270 | 125 | 0 | 20 | 75 | 17 | 55 | 100 | 73 |
| Binary | 11011010 | 10111000 | 1010101 | 0 | 10000 | 111101 | 1111 | 101101 | 1000000 | 111011 |
Color Harmonies of #DAB855
Complementary color
Monochromatic Colors of #DAB855
Black with #DAB855
Text Example
Text Example
White with #DAB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB855; }
p { color: rgb(218,184,85); }
H1.HeaderClassName
{
color: #DAB855;
}
.AnyTagClassName
{
color: #DAB855;
}
</style>
background-color css
<style>
a { background-color: #DAB855; }
a { background-color: rgb(218,184,85); }
div.DivClassName
{
background-color: #DAB855;
}
.BgClassName
{
background-color: #DAB855;
}
</style>
border-color css
<style>
span { border-color: #DAB855; }
span { border-color: rgb(218,184,85); }
td.TdClassName
{
border-color: #DAB855;
}
.TagClassName
{
border-color: #DAB855;
}
</style>