Shades of Tacha #DDBC63
Tints of Tacha #DDBC63
RGB
CMYK
RGB Variations
Color information
#DDBC63 (or 0xDDBC63) is known color: Tacha. HEX triplet: DD, BC and 63. RGB value is (221,188,99). Sum of RGB (Red+Green+Blue) = 221+188+99=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC63 is #22439C. Grayscale: #BCBCBC. Windows color (decimal): -2245533 or 6536413. OLE color: 6536413.
HSL color Cylindrical-coordinate representation of color #DDBC63: hue angle of 43.77º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDBC63 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 99 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.13 |
| HSL | 43.77º | 0.64% | 0.63% | - |
| HSV(B) | 43.77º | 0.55% | 0.87% | - |
| XYZ | 50.05 | 52.24 | 19.25 | - |
| YUV | 187.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 99 | 0 | 0.15 | 0.55 | 0.13 | 43.77 | 0.64 | 0.63 |
| Hex | DD | BC | 63 | 0 | F | 37 | D | 2C | 40 | 3F |
| Octal | 335 | 274 | 143 | 0 | 17 | 67 | 15 | 54 | 100 | 77 |
| Binary | 11011101 | 10111100 | 1100011 | 0 | 1111 | 110111 | 1101 | 101100 | 1000000 | 111111 |
Color Harmonies of #DDBC63
Complementary color
Monochromatic Colors of #DDBC63
Black with #DDBC63
Text Example
Text Example
White with #DDBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC63; }
p { color: rgb(221,188,99); }
H1.HeaderClassName
{
color: #DDBC63;
}
.AnyTagClassName
{
color: #DDBC63;
}
</style>
background-color css
<style>
a { background-color: #DDBC63; }
a { background-color: rgb(221,188,99); }
div.DivClassName
{
background-color: #DDBC63;
}
.BgClassName
{
background-color: #DDBC63;
}
</style>
border-color css
<style>
span { border-color: #DDBC63; }
span { border-color: rgb(221,188,99); }
td.TdClassName
{
border-color: #DDBC63;
}
.TagClassName
{
border-color: #DDBC63;
}
</style>