Shades of Tacha #DEBE63
Tints of Tacha #DEBE63
RGB
CMYK
RGB Variations
Color information
#DEBE63 (or 0xDEBE63) is known color: Tacha. HEX triplet: DE, BE and 63. RGB value is (222,190,99). Sum of RGB (Red+Green+Blue) = 222+190+99=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE63 is #21419C. Grayscale: #BDBDBD. Windows color (decimal): -2179485 or 6536926. OLE color: 6536926.
HSL color Cylindrical-coordinate representation of color #DEBE63: hue angle of 44.39º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEBE63 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 99 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.39º | 0.65% | 0.63% | - |
| HSV(B) | 44.39º | 0.55% | 0.87% | - |
| XYZ | 50.79 | 53.26 | 19.41 | - |
| YUV | 189.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 99 | 0 | 0.14 | 0.55 | 0.13 | 44.39 | 0.65 | 0.63 |
| Hex | DE | BE | 63 | 0 | E | 37 | D | 2C | 41 | 3F |
| Octal | 336 | 276 | 143 | 0 | 16 | 67 | 15 | 54 | 101 | 77 |
| Binary | 11011110 | 10111110 | 1100011 | 0 | 1110 | 110111 | 1101 | 101100 | 1000001 | 111111 |
Color Harmonies of #DEBE63
Complementary color
Monochromatic Colors of #DEBE63
Black with #DEBE63
Text Example
Text Example
White with #DEBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE63; }
p { color: rgb(222,190,99); }
H1.HeaderClassName
{
color: #DEBE63;
}
.AnyTagClassName
{
color: #DEBE63;
}
</style>
background-color css
<style>
a { background-color: #DEBE63; }
a { background-color: rgb(222,190,99); }
div.DivClassName
{
background-color: #DEBE63;
}
.BgClassName
{
background-color: #DEBE63;
}
</style>
border-color css
<style>
span { border-color: #DEBE63; }
span { border-color: rgb(222,190,99); }
td.TdClassName
{
border-color: #DEBE63;
}
.TagClassName
{
border-color: #DEBE63;
}
</style>