Shades of Tacha #DDC056
Tints of Tacha #DDC056
RGB
CMYK
RGB Variations
Color information
#DDC056 (or 0xDDC056) is known color: Tacha. HEX triplet: DD, C0 and 56. RGB value is (221,192,86). Sum of RGB (Red+Green+Blue) = 221+192+86=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC056 is #223FA9. Grayscale: #BDBDBD. Windows color (decimal): -2244522 or 5685469. OLE color: 5685469.
HSL color Cylindrical-coordinate representation of color #DDC056: hue angle of 47.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC056 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 86 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.11º | 0.67% | 0.6% | - |
| HSV(B) | 47.11º | 0.61% | 0.87% | - |
| XYZ | 50.35 | 53.74 | 16.52 | - |
| YUV | 188.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 86 | 0 | 0.13 | 0.61 | 0.13 | 47.11 | 0.67 | 0.6 |
| Hex | DD | C0 | 56 | 0 | D | 3D | D | 2F | 43 | 3C |
| Octal | 335 | 300 | 126 | 0 | 15 | 75 | 15 | 57 | 103 | 74 |
| Binary | 11011101 | 11000000 | 1010110 | 0 | 1101 | 111101 | 1101 | 101111 | 1000011 | 111100 |
Color Harmonies of #DDC056
Complementary color
Monochromatic Colors of #DDC056
Black with #DDC056
Text Example
Text Example
White with #DDC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC056; }
p { color: rgb(221,192,86); }
H1.HeaderClassName
{
color: #DDC056;
}
.AnyTagClassName
{
color: #DDC056;
}
</style>
background-color css
<style>
a { background-color: #DDC056; }
a { background-color: rgb(221,192,86); }
div.DivClassName
{
background-color: #DDC056;
}
.BgClassName
{
background-color: #DDC056;
}
</style>
border-color css
<style>
span { border-color: #DDC056; }
span { border-color: rgb(221,192,86); }
td.TdClassName
{
border-color: #DDC056;
}
.TagClassName
{
border-color: #DDC056;
}
</style>