Shades of Tacha #DABE63
Tints of Tacha #DABE63
RGB
CMYK
RGB Variations
Color information
#DABE63 (or 0xDABE63) is known color: Tacha. HEX triplet: DA, BE and 63. RGB value is (218,190,99). Sum of RGB (Red+Green+Blue) = 218+190+99=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE63 is #25419C. Grayscale: #BCBCBC. Windows color (decimal): -2441629 or 6536922. OLE color: 6536922.
HSL color Cylindrical-coordinate representation of color #DABE63: hue angle of 45.88º 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 #DABE63 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 99 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.15 |
| HSL | 45.88º | 0.62% | 0.62% | - |
| HSV(B) | 45.88º | 0.55% | 0.85% | - |
| XYZ | 49.58 | 52.63 | 19.35 | - |
| YUV | 188 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 99 | 0 | 0.13 | 0.55 | 0.15 | 45.88 | 0.62 | 0.62 |
| Hex | DA | BE | 63 | 0 | D | 37 | F | 2E | 3E | 3E |
| Octal | 332 | 276 | 143 | 0 | 15 | 67 | 17 | 56 | 76 | 76 |
| Binary | 11011010 | 10111110 | 1100011 | 0 | 1101 | 110111 | 1111 | 101110 | 111110 | 111110 |
Color Harmonies of #DABE63
Complementary color
Monochromatic Colors of #DABE63
Black with #DABE63
Text Example
Text Example
White with #DABE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABE63; }
p { color: rgb(218,190,99); }
H1.HeaderClassName
{
color: #DABE63;
}
.AnyTagClassName
{
color: #DABE63;
}
</style>
background-color css
<style>
a { background-color: #DABE63; }
a { background-color: rgb(218,190,99); }
div.DivClassName
{
background-color: #DABE63;
}
.BgClassName
{
background-color: #DABE63;
}
</style>
border-color css
<style>
span { border-color: #DABE63; }
span { border-color: rgb(218,190,99); }
td.TdClassName
{
border-color: #DABE63;
}
.TagClassName
{
border-color: #DABE63;
}
</style>