Shades of Tacha #DEBD5E
Tints of Tacha #DEBD5E
RGB
CMYK
RGB Variations
Color information
#DEBD5E (or 0xDEBD5E) is known color: Tacha. HEX triplet: DE, BD and 5E. RGB value is (222,189,94). Sum of RGB (Red+Green+Blue) = 222+189+94=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD5E is #2142A1. Grayscale: #BCBCBC. Windows color (decimal): -2179746 or 6208990. OLE color: 6208990.
HSL color Cylindrical-coordinate representation of color #DEBD5E: hue angle of 44.53º 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 #DEBD5E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 94 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.13 |
| HSL | 44.53º | 0.66% | 0.62% | - |
| HSV(B) | 44.53º | 0.58% | 0.87% | - |
| XYZ | 50.34 | 52.73 | 18.11 | - |
| YUV | 188.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 94 | 0 | 0.15 | 0.58 | 0.13 | 44.53 | 0.66 | 0.62 |
| Hex | DE | BD | 5E | 0 | F | 3A | D | 2D | 42 | 3E |
| Octal | 336 | 275 | 136 | 0 | 17 | 72 | 15 | 55 | 102 | 76 |
| Binary | 11011110 | 10111101 | 1011110 | 0 | 1111 | 111010 | 1101 | 101101 | 1000010 | 111110 |
Color Harmonies of #DEBD5E
Complementary color
Monochromatic Colors of #DEBD5E
Black with #DEBD5E
Text Example
Text Example
White with #DEBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD5E; }
p { color: rgb(222,189,94); }
H1.HeaderClassName
{
color: #DEBD5E;
}
.AnyTagClassName
{
color: #DEBD5E;
}
</style>
background-color css
<style>
a { background-color: #DEBD5E; }
a { background-color: rgb(222,189,94); }
div.DivClassName
{
background-color: #DEBD5E;
}
.BgClassName
{
background-color: #DEBD5E;
}
</style>
border-color css
<style>
span { border-color: #DEBD5E; }
span { border-color: rgb(222,189,94); }
td.TdClassName
{
border-color: #DEBD5E;
}
.TagClassName
{
border-color: #DEBD5E;
}
</style>