Shades of Tacha #DDC260
Tints of Tacha #DDC260
RGB
CMYK
RGB Variations
Color information
#DDC260 (or 0xDDC260) is known color: Tacha. HEX triplet: DD, C2 and 60. RGB value is (221,194,96). Sum of RGB (Red+Green+Blue) = 221+194+96=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC260 is #223D9F. Grayscale: #BFBFBF. Windows color (decimal): -2244000 or 6341341. OLE color: 6341341.
HSL color Cylindrical-coordinate representation of color #DDC260: hue angle of 47.04º 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 #DDC260 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 96 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.13 |
| HSL | 47.04º | 0.65% | 0.62% | - |
| HSV(B) | 47.04º | 0.57% | 0.87% | - |
| XYZ | 51.22 | 54.8 | 18.94 | - |
| YUV | 190.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 96 | 0 | 0.12 | 0.57 | 0.13 | 47.04 | 0.65 | 0.62 |
| Hex | DD | C2 | 60 | 0 | C | 39 | D | 2F | 41 | 3E |
| Octal | 335 | 302 | 140 | 0 | 14 | 71 | 15 | 57 | 101 | 76 |
| Binary | 11011101 | 11000010 | 1100000 | 0 | 1100 | 111001 | 1101 | 101111 | 1000001 | 111110 |
Color Harmonies of #DDC260
Complementary color
Monochromatic Colors of #DDC260
Black with #DDC260
Text Example
Text Example
White with #DDC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC260; }
p { color: rgb(221,194,96); }
H1.HeaderClassName
{
color: #DDC260;
}
.AnyTagClassName
{
color: #DDC260;
}
</style>
background-color css
<style>
a { background-color: #DDC260; }
a { background-color: rgb(221,194,96); }
div.DivClassName
{
background-color: #DDC260;
}
.BgClassName
{
background-color: #DDC260;
}
</style>
border-color css
<style>
span { border-color: #DDC260; }
span { border-color: rgb(221,194,96); }
td.TdClassName
{
border-color: #DDC260;
}
.TagClassName
{
border-color: #DDC260;
}
</style>