Shades of Tacha #DABF55
Tints of Tacha #DABF55
RGB
CMYK
RGB Variations
Color information
#DABF55 (or 0xDABF55) is known color: Tacha. HEX triplet: DA, BF and 55. RGB value is (218,191,85). Sum of RGB (Red+Green+Blue) = 218+191+85=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF55 is #2540AA. Grayscale: #BBBBBB. Windows color (decimal): -2441387 or 5619674. OLE color: 5619674.
HSL color Cylindrical-coordinate representation of color #DABF55: hue angle of 47.82º 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 #DABF55 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 85 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.15 |
| HSL | 47.82º | 0.64% | 0.59% | - |
| HSV(B) | 47.82º | 0.61% | 0.85% | - |
| XYZ | 49.18 | 52.82 | 16.2 | - |
| YUV | 186.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 85 | 0 | 0.12 | 0.61 | 0.15 | 47.82 | 0.64 | 0.59 |
| Hex | DA | BF | 55 | 0 | C | 3D | F | 30 | 40 | 3B |
| Octal | 332 | 277 | 125 | 0 | 14 | 75 | 17 | 60 | 100 | 73 |
| Binary | 11011010 | 10111111 | 1010101 | 0 | 1100 | 111101 | 1111 | 110000 | 1000000 | 111011 |
Color Harmonies of #DABF55
Complementary color
Monochromatic Colors of #DABF55
Black with #DABF55
Text Example
Text Example
White with #DABF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF55; }
p { color: rgb(218,191,85); }
H1.HeaderClassName
{
color: #DABF55;
}
.AnyTagClassName
{
color: #DABF55;
}
</style>
background-color css
<style>
a { background-color: #DABF55; }
a { background-color: rgb(218,191,85); }
div.DivClassName
{
background-color: #DABF55;
}
.BgClassName
{
background-color: #DABF55;
}
</style>
border-color css
<style>
span { border-color: #DABF55; }
span { border-color: rgb(218,191,85); }
td.TdClassName
{
border-color: #DABF55;
}
.TagClassName
{
border-color: #DABF55;
}
</style>