Shades of Tacha #DDC062
Tints of Tacha #DDC062
RGB
CMYK
RGB Variations
Color information
#DDC062 (or 0xDDC062) is known color: Tacha. HEX triplet: DD, C0 and 62. RGB value is (221,192,98). Sum of RGB (Red+Green+Blue) = 221+192+98=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC062 is #223F9D. Grayscale: #BEBEBE. Windows color (decimal): -2244510 or 6471901. OLE color: 6471901.
HSL color Cylindrical-coordinate representation of color #DDC062: hue angle of 45.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC062 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 98 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.13 |
| HSL | 45.85º | 0.64% | 0.63% | - |
| HSV(B) | 45.85º | 0.56% | 0.87% | - |
| XYZ | 50.87 | 53.95 | 19.29 | - |
| YUV | 189.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 98 | 0 | 0.13 | 0.56 | 0.13 | 45.85 | 0.64 | 0.63 |
| Hex | DD | C0 | 62 | 0 | D | 38 | D | 2E | 40 | 3F |
| Octal | 335 | 300 | 142 | 0 | 15 | 70 | 15 | 56 | 100 | 77 |
| Binary | 11011101 | 11000000 | 1100010 | 0 | 1101 | 111000 | 1101 | 101110 | 1000000 | 111111 |
Color Harmonies of #DDC062
Complementary color
Monochromatic Colors of #DDC062
Black with #DDC062
Text Example
Text Example
White with #DDC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC062; }
p { color: rgb(221,192,98); }
H1.HeaderClassName
{
color: #DDC062;
}
.AnyTagClassName
{
color: #DDC062;
}
</style>
background-color css
<style>
a { background-color: #DDC062; }
a { background-color: rgb(221,192,98); }
div.DivClassName
{
background-color: #DDC062;
}
.BgClassName
{
background-color: #DDC062;
}
</style>
border-color css
<style>
span { border-color: #DDC062; }
span { border-color: rgb(221,192,98); }
td.TdClassName
{
border-color: #DDC062;
}
.TagClassName
{
border-color: #DDC062;
}
</style>