Shades of Tacha #DDC060
Tints of Tacha #DDC060
RGB
CMYK
RGB Variations
Color information
#DDC060 (or 0xDDC060) is known color: Tacha. HEX triplet: DD, C0 and 60. RGB value is (221,192,96). Sum of RGB (Red+Green+Blue) = 221+192+96=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC060 is #223F9F. Grayscale: #BEBEBE. Windows color (decimal): -2244512 or 6340829. OLE color: 6340829.
HSL color Cylindrical-coordinate representation of color #DDC060: hue angle of 46.08º 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 #DDC060 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 96 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.08º | 0.65% | 0.62% | - |
| HSV(B) | 46.08º | 0.57% | 0.87% | - |
| XYZ | 50.78 | 53.92 | 18.8 | - |
| YUV | 189.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 96 | 0 | 0.13 | 0.57 | 0.13 | 46.08 | 0.65 | 0.62 |
| Hex | DD | C0 | 60 | 0 | D | 39 | D | 2E | 41 | 3E |
| Octal | 335 | 300 | 140 | 0 | 15 | 71 | 15 | 56 | 101 | 76 |
| Binary | 11011101 | 11000000 | 1100000 | 0 | 1101 | 111001 | 1101 | 101110 | 1000001 | 111110 |
Color Harmonies of #DDC060
Complementary color
Monochromatic Colors of #DDC060
Black with #DDC060
Text Example
Text Example
White with #DDC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC060; }
p { color: rgb(221,192,96); }
H1.HeaderClassName
{
color: #DDC060;
}
.AnyTagClassName
{
color: #DDC060;
}
</style>
background-color css
<style>
a { background-color: #DDC060; }
a { background-color: rgb(221,192,96); }
div.DivClassName
{
background-color: #DDC060;
}
.BgClassName
{
background-color: #DDC060;
}
</style>
border-color css
<style>
span { border-color: #DDC060; }
span { border-color: rgb(221,192,96); }
td.TdClassName
{
border-color: #DDC060;
}
.TagClassName
{
border-color: #DDC060;
}
</style>