Shades of Tacha #DDBC65
Tints of Tacha #DDBC65
RGB
CMYK
RGB Variations
Color information
#DDBC65 (or 0xDDBC65) is known color: Tacha. HEX triplet: DD, BC and 65. RGB value is (221,188,101). Sum of RGB (Red+Green+Blue) = 221+188+101=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC65 is #22439A. Grayscale: #BCBCBC. Windows color (decimal): -2245531 or 6667485. OLE color: 6667485.
HSL color Cylindrical-coordinate representation of color #DDBC65: hue angle of 43.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDBC65 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 101 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.13 |
| HSL | 43.5º | 0.64% | 0.63% | - |
| HSV(B) | 43.5º | 0.54% | 0.87% | - |
| XYZ | 50.15 | 52.28 | 19.76 | - |
| YUV | 187.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 101 | 0 | 0.15 | 0.54 | 0.13 | 43.5 | 0.64 | 0.63 |
| Hex | DD | BC | 65 | 0 | F | 36 | D | 2C | 40 | 3F |
| Octal | 335 | 274 | 145 | 0 | 17 | 66 | 15 | 54 | 100 | 77 |
| Binary | 11011101 | 10111100 | 1100101 | 0 | 1111 | 110110 | 1101 | 101100 | 1000000 | 111111 |
Color Harmonies of #DDBC65
Complementary color
Monochromatic Colors of #DDBC65
Black with #DDBC65
Text Example
Text Example
White with #DDBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC65; }
p { color: rgb(221,188,101); }
H1.HeaderClassName
{
color: #DDBC65;
}
.AnyTagClassName
{
color: #DDBC65;
}
</style>
background-color css
<style>
a { background-color: #DDBC65; }
a { background-color: rgb(221,188,101); }
div.DivClassName
{
background-color: #DDBC65;
}
.BgClassName
{
background-color: #DDBC65;
}
</style>
border-color css
<style>
span { border-color: #DDBC65; }
span { border-color: rgb(221,188,101); }
td.TdClassName
{
border-color: #DDBC65;
}
.TagClassName
{
border-color: #DDBC65;
}
</style>