Shades of Tacha #DABF54
Tints of Tacha #DABF54
RGB
CMYK
RGB Variations
Color information
#DABF54 (or 0xDABF54) is known color: Tacha. HEX triplet: DA, BF and 54. RGB value is (218,191,84). Sum of RGB (Red+Green+Blue) = 218+191+84=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF54 is #2540AB. Grayscale: #BBBBBB. Windows color (decimal): -2441388 or 5554138. OLE color: 5554138.
HSL color Cylindrical-coordinate representation of color #DABF54: hue angle of 47.91º 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 #DABF54 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 84 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.15 |
| HSL | 47.91º | 0.64% | 0.59% | - |
| HSV(B) | 47.91º | 0.61% | 0.85% | - |
| XYZ | 49.14 | 52.81 | 15.99 | - |
| YUV | 186.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 84 | 0 | 0.12 | 0.61 | 0.15 | 47.91 | 0.64 | 0.59 |
| Hex | DA | BF | 54 | 0 | C | 3D | F | 30 | 40 | 3B |
| Octal | 332 | 277 | 124 | 0 | 14 | 75 | 17 | 60 | 100 | 73 |
| Binary | 11011010 | 10111111 | 1010100 | 0 | 1100 | 111101 | 1111 | 110000 | 1000000 | 111011 |
Color Harmonies of #DABF54
Complementary color
Monochromatic Colors of #DABF54
Black with #DABF54
Text Example
Text Example
White with #DABF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF54; }
p { color: rgb(218,191,84); }
H1.HeaderClassName
{
color: #DABF54;
}
.AnyTagClassName
{
color: #DABF54;
}
</style>
background-color css
<style>
a { background-color: #DABF54; }
a { background-color: rgb(218,191,84); }
div.DivClassName
{
background-color: #DABF54;
}
.BgClassName
{
background-color: #DABF54;
}
</style>
border-color css
<style>
span { border-color: #DABF54; }
span { border-color: rgb(218,191,84); }
td.TdClassName
{
border-color: #DABF54;
}
.TagClassName
{
border-color: #DABF54;
}
</style>