Shades of Tacha #DDC061
Tints of Tacha #DDC061
RGB
CMYK
RGB Variations
Color information
#DDC061 (or 0xDDC061) is known color: Tacha. HEX triplet: DD, C0 and 61. RGB value is (221,192,97). Sum of RGB (Red+Green+Blue) = 221+192+97=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC061 is #223F9E. Grayscale: #BEBEBE. Windows color (decimal): -2244511 or 6406365. OLE color: 6406365.
HSL color Cylindrical-coordinate representation of color #DDC061: hue angle of 45.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC061 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 97 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.13 |
| HSL | 45.97º | 0.65% | 0.62% | - |
| HSV(B) | 45.97º | 0.56% | 0.87% | - |
| XYZ | 50.83 | 53.93 | 19.04 | - |
| YUV | 189.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 97 | 0 | 0.13 | 0.56 | 0.13 | 45.97 | 0.65 | 0.62 |
| Hex | DD | C0 | 61 | 0 | D | 38 | D | 2E | 41 | 3E |
| Octal | 335 | 300 | 141 | 0 | 15 | 70 | 15 | 56 | 101 | 76 |
| Binary | 11011101 | 11000000 | 1100001 | 0 | 1101 | 111000 | 1101 | 101110 | 1000001 | 111110 |
Color Harmonies of #DDC061
Complementary color
Monochromatic Colors of #DDC061
Black with #DDC061
Text Example
Text Example
White with #DDC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC061; }
p { color: rgb(221,192,97); }
H1.HeaderClassName
{
color: #DDC061;
}
.AnyTagClassName
{
color: #DDC061;
}
</style>
background-color css
<style>
a { background-color: #DDC061; }
a { background-color: rgb(221,192,97); }
div.DivClassName
{
background-color: #DDC061;
}
.BgClassName
{
background-color: #DDC061;
}
</style>
border-color css
<style>
span { border-color: #DDC061; }
span { border-color: rgb(221,192,97); }
td.TdClassName
{
border-color: #DDC061;
}
.TagClassName
{
border-color: #DDC061;
}
</style>