Shades of Tacha #DDBC5A
Tints of Tacha #DDBC5A
RGB
CMYK
RGB Variations
Color information
#DDBC5A (or 0xDDBC5A) is known color: Tacha. HEX triplet: DD, BC and 5A. RGB value is (221,188,90). Sum of RGB (Red+Green+Blue) = 221+188+90=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC5A is #2243A5. Grayscale: #BBBBBB. Windows color (decimal): -2245542 or 5946589. OLE color: 5946589.
HSL color Cylindrical-coordinate representation of color #DDBC5A: hue angle of 44.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDBC5A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 90 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.13 |
| HSL | 44.89º | 0.66% | 0.61% | - |
| HSV(B) | 44.89º | 0.59% | 0.87% | - |
| XYZ | 49.65 | 52.08 | 17.11 | - |
| YUV | 186.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 90 | 0 | 0.15 | 0.59 | 0.13 | 44.89 | 0.66 | 0.61 |
| Hex | DD | BC | 5A | 0 | F | 3B | D | 2D | 42 | 3D |
| Octal | 335 | 274 | 132 | 0 | 17 | 73 | 15 | 55 | 102 | 75 |
| Binary | 11011101 | 10111100 | 1011010 | 0 | 1111 | 111011 | 1101 | 101101 | 1000010 | 111101 |
Color Harmonies of #DDBC5A
Complementary color
Monochromatic Colors of #DDBC5A
Black with #DDBC5A
Text Example
Text Example
White with #DDBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC5A; }
p { color: rgb(221,188,90); }
H1.HeaderClassName
{
color: #DDBC5A;
}
.AnyTagClassName
{
color: #DDBC5A;
}
</style>
background-color css
<style>
a { background-color: #DDBC5A; }
a { background-color: rgb(221,188,90); }
div.DivClassName
{
background-color: #DDBC5A;
}
.BgClassName
{
background-color: #DDBC5A;
}
</style>
border-color css
<style>
span { border-color: #DDBC5A; }
span { border-color: rgb(221,188,90); }
td.TdClassName
{
border-color: #DDBC5A;
}
.TagClassName
{
border-color: #DDBC5A;
}
</style>