Shades of Tacha #DDC760
Tints of Tacha #DDC760
RGB
CMYK
RGB Variations
Color information
#DDC760 (or 0xDDC760) is known color: Tacha. HEX triplet: DD, C7 and 60. RGB value is (221,199,96). Sum of RGB (Red+Green+Blue) = 221+199+96=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC760 is #22389F. Grayscale: #C2C2C2. Windows color (decimal): -2242720 or 6342621. OLE color: 6342621.
HSL color Cylindrical-coordinate representation of color #DDC760: hue angle of 49.44º 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 #DDC760 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 96 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.44º | 0.65% | 0.62% | - |
| HSV(B) | 49.44º | 0.57% | 0.87% | - |
| XYZ | 52.35 | 57.06 | 19.32 | - |
| YUV | 193.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 96 | 0 | 0.10 | 0.57 | 0.13 | 49.44 | 0.65 | 0.62 |
| Hex | DD | C7 | 60 | 0 | A | 39 | D | 31 | 41 | 3E |
| Octal | 335 | 307 | 140 | 0 | 12 | 71 | 15 | 61 | 101 | 76 |
| Binary | 11011101 | 11000111 | 1100000 | 0 | 1010 | 111001 | 1101 | 110001 | 1000001 | 111110 |
Color Harmonies of #DDC760
Complementary color
Monochromatic Colors of #DDC760
Black with #DDC760
Text Example
Text Example
White with #DDC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC760; }
p { color: rgb(221,199,96); }
H1.HeaderClassName
{
color: #DDC760;
}
.AnyTagClassName
{
color: #DDC760;
}
</style>
background-color css
<style>
a { background-color: #DDC760; }
a { background-color: rgb(221,199,96); }
div.DivClassName
{
background-color: #DDC760;
}
.BgClassName
{
background-color: #DDC760;
}
</style>
border-color css
<style>
span { border-color: #DDC760; }
span { border-color: rgb(221,199,96); }
td.TdClassName
{
border-color: #DDC760;
}
.TagClassName
{
border-color: #DDC760;
}
</style>