Shades of Tacha #DDBC5E
Tints of Tacha #DDBC5E
RGB
CMYK
RGB Variations
Color information
#DDBC5E (or 0xDDBC5E) is known color: Tacha. HEX triplet: DD, BC and 5E. RGB value is (221,188,94). Sum of RGB (Red+Green+Blue) = 221+188+94=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC5E is #2243A1. Grayscale: #BBBBBB. Windows color (decimal): -2245538 or 6208733. OLE color: 6208733.
HSL color Cylindrical-coordinate representation of color #DDBC5E: hue angle of 44.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDBC5E is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 94 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.13 |
| HSL | 44.41º | 0.65% | 0.62% | - |
| HSV(B) | 44.41º | 0.57% | 0.87% | - |
| XYZ | 49.82 | 52.15 | 18.03 | - |
| YUV | 187.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 94 | 0 | 0.15 | 0.57 | 0.13 | 44.41 | 0.65 | 0.62 |
| Hex | DD | BC | 5E | 0 | F | 39 | D | 2C | 41 | 3E |
| Octal | 335 | 274 | 136 | 0 | 17 | 71 | 15 | 54 | 101 | 76 |
| Binary | 11011101 | 10111100 | 1011110 | 0 | 1111 | 111001 | 1101 | 101100 | 1000001 | 111110 |
Color Harmonies of #DDBC5E
Complementary color
Monochromatic Colors of #DDBC5E
Black with #DDBC5E
Text Example
Text Example
White with #DDBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC5E; }
p { color: rgb(221,188,94); }
H1.HeaderClassName
{
color: #DDBC5E;
}
.AnyTagClassName
{
color: #DDBC5E;
}
</style>
background-color css
<style>
a { background-color: #DDBC5E; }
a { background-color: rgb(221,188,94); }
div.DivClassName
{
background-color: #DDBC5E;
}
.BgClassName
{
background-color: #DDBC5E;
}
</style>
border-color css
<style>
span { border-color: #DDBC5E; }
span { border-color: rgb(221,188,94); }
td.TdClassName
{
border-color: #DDBC5E;
}
.TagClassName
{
border-color: #DDBC5E;
}
</style>