Shades of Tacha #DDBC5D
Tints of Tacha #DDBC5D
RGB
CMYK
RGB Variations
Color information
#DDBC5D (or 0xDDBC5D) is known color: Tacha. HEX triplet: DD, BC and 5D. RGB value is (221,188,93). Sum of RGB (Red+Green+Blue) = 221+188+93=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC5D is #2243A2. Grayscale: #BBBBBB. Windows color (decimal): -2245539 or 6143197. OLE color: 6143197.
HSL color Cylindrical-coordinate representation of color #DDBC5D: hue angle of 44.53º degrees, saturation: 0.65, 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 #DDBC5D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 93 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.13 |
| HSL | 44.53º | 0.65% | 0.62% | - |
| HSV(B) | 44.53º | 0.58% | 0.87% | - |
| XYZ | 49.78 | 52.13 | 17.79 | - |
| YUV | 187.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 93 | 0 | 0.15 | 0.58 | 0.13 | 44.53 | 0.65 | 0.62 |
| Hex | DD | BC | 5D | 0 | F | 3A | D | 2D | 41 | 3E |
| Octal | 335 | 274 | 135 | 0 | 17 | 72 | 15 | 55 | 101 | 76 |
| Binary | 11011101 | 10111100 | 1011101 | 0 | 1111 | 111010 | 1101 | 101101 | 1000001 | 111110 |
Color Harmonies of #DDBC5D
Complementary color
Monochromatic Colors of #DDBC5D
Black with #DDBC5D
Text Example
Text Example
White with #DDBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC5D; }
p { color: rgb(221,188,93); }
H1.HeaderClassName
{
color: #DDBC5D;
}
.AnyTagClassName
{
color: #DDBC5D;
}
</style>
background-color css
<style>
a { background-color: #DDBC5D; }
a { background-color: rgb(221,188,93); }
div.DivClassName
{
background-color: #DDBC5D;
}
.BgClassName
{
background-color: #DDBC5D;
}
</style>
border-color css
<style>
span { border-color: #DDBC5D; }
span { border-color: rgb(221,188,93); }
td.TdClassName
{
border-color: #DDBC5D;
}
.TagClassName
{
border-color: #DDBC5D;
}
</style>