Shades of Tacha #DDC660
Tints of Tacha #DDC660
RGB
CMYK
RGB Variations
Color information
#DDC660 (or 0xDDC660) is known color: Tacha. HEX triplet: DD, C6 and 60. RGB value is (221,198,96). Sum of RGB (Red+Green+Blue) = 221+198+96=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC660 is #22399F. Grayscale: #C1C1C1. Windows color (decimal): -2242976 or 6342365. OLE color: 6342365.
HSL color Cylindrical-coordinate representation of color #DDC660: hue angle of 48.96º 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 #DDC660 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 96 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 48.96º | 0.65% | 0.62% | - |
| HSV(B) | 48.96º | 0.57% | 0.87% | - |
| XYZ | 52.12 | 56.6 | 19.24 | - |
| YUV | 193.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 96 | 0 | 0.10 | 0.57 | 0.13 | 48.96 | 0.65 | 0.62 |
| Hex | DD | C6 | 60 | 0 | A | 39 | D | 31 | 41 | 3E |
| Octal | 335 | 306 | 140 | 0 | 12 | 71 | 15 | 61 | 101 | 76 |
| Binary | 11011101 | 11000110 | 1100000 | 0 | 1010 | 111001 | 1101 | 110001 | 1000001 | 111110 |
Color Harmonies of #DDC660
Complementary color
Monochromatic Colors of #DDC660
Black with #DDC660
Text Example
Text Example
White with #DDC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC660; }
p { color: rgb(221,198,96); }
H1.HeaderClassName
{
color: #DDC660;
}
.AnyTagClassName
{
color: #DDC660;
}
</style>
background-color css
<style>
a { background-color: #DDC660; }
a { background-color: rgb(221,198,96); }
div.DivClassName
{
background-color: #DDC660;
}
.BgClassName
{
background-color: #DDC660;
}
</style>
border-color css
<style>
span { border-color: #DDC660; }
span { border-color: rgb(221,198,96); }
td.TdClassName
{
border-color: #DDC660;
}
.TagClassName
{
border-color: #DDC660;
}
</style>