Shades of Tacha #DEBE5C
Tints of Tacha #DEBE5C
RGB
CMYK
RGB Variations
Color information
#DEBE5C (or 0xDEBE5C) is known color: Tacha. HEX triplet: DE, BE and 5C. RGB value is (222,190,92). Sum of RGB (Red+Green+Blue) = 222+190+92=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE5C is #2141A3. Grayscale: #BCBCBC. Windows color (decimal): -2179492 or 6078174. OLE color: 6078174.
HSL color Cylindrical-coordinate representation of color #DEBE5C: hue angle of 45.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEBE5C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 92 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 45.23º | 0.66% | 0.62% | - |
| HSV(B) | 45.23º | 0.59% | 0.87% | - |
| XYZ | 50.47 | 53.13 | 17.72 | - |
| YUV | 188.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 92 | 0 | 0.14 | 0.59 | 0.13 | 45.23 | 0.66 | 0.62 |
| Hex | DE | BE | 5C | 0 | E | 3B | D | 2D | 42 | 3E |
| Octal | 336 | 276 | 134 | 0 | 16 | 73 | 15 | 55 | 102 | 76 |
| Binary | 11011110 | 10111110 | 1011100 | 0 | 1110 | 111011 | 1101 | 101101 | 1000010 | 111110 |
Color Harmonies of #DEBE5C
Complementary color
Monochromatic Colors of #DEBE5C
Black with #DEBE5C
Text Example
Text Example
White with #DEBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE5C; }
p { color: rgb(222,190,92); }
H1.HeaderClassName
{
color: #DEBE5C;
}
.AnyTagClassName
{
color: #DEBE5C;
}
</style>
background-color css
<style>
a { background-color: #DEBE5C; }
a { background-color: rgb(222,190,92); }
div.DivClassName
{
background-color: #DEBE5C;
}
.BgClassName
{
background-color: #DEBE5C;
}
</style>
border-color css
<style>
span { border-color: #DEBE5C; }
span { border-color: rgb(222,190,92); }
td.TdClassName
{
border-color: #DEBE5C;
}
.TagClassName
{
border-color: #DEBE5C;
}
</style>