Shades of Tacha #DEBE5E
Tints of Tacha #DEBE5E
RGB
CMYK
RGB Variations
Color information
#DEBE5E (or 0xDEBE5E) is known color: Tacha. HEX triplet: DE, BE and 5E. RGB value is (222,190,94). Sum of RGB (Red+Green+Blue) = 222+190+94=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE5E is #2141A1. Grayscale: #BDBDBD. Windows color (decimal): -2179490 or 6209246. OLE color: 6209246.
HSL color Cylindrical-coordinate representation of color #DEBE5E: hue angle of 45º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEBE5E is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 94 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.13 |
| HSL | 45º | 0.66% | 0.62% | - |
| HSV(B) | 45º | 0.58% | 0.87% | - |
| XYZ | 50.56 | 53.16 | 18.19 | - |
| YUV | 188.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 94 | 0 | 0.14 | 0.58 | 0.13 | 45 | 0.66 | 0.62 |
| Hex | DE | BE | 5E | 0 | E | 3A | D | 2D | 42 | 3E |
| Octal | 336 | 276 | 136 | 0 | 16 | 72 | 15 | 55 | 102 | 76 |
| Binary | 11011110 | 10111110 | 1011110 | 0 | 1110 | 111010 | 1101 | 101101 | 1000010 | 111110 |
Color Harmonies of #DEBE5E
Complementary color
Monochromatic Colors of #DEBE5E
Black with #DEBE5E
Text Example
Text Example
White with #DEBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE5E; }
p { color: rgb(222,190,94); }
H1.HeaderClassName
{
color: #DEBE5E;
}
.AnyTagClassName
{
color: #DEBE5E;
}
</style>
background-color css
<style>
a { background-color: #DEBE5E; }
a { background-color: rgb(222,190,94); }
div.DivClassName
{
background-color: #DEBE5E;
}
.BgClassName
{
background-color: #DEBE5E;
}
</style>
border-color css
<style>
span { border-color: #DEBE5E; }
span { border-color: rgb(222,190,94); }
td.TdClassName
{
border-color: #DEBE5E;
}
.TagClassName
{
border-color: #DEBE5E;
}
</style>