Shades of Tacha #DDC359
Tints of Tacha #DDC359
RGB
CMYK
RGB Variations
Color information
#DDC359 (or 0xDDC359) is known color: Tacha. HEX triplet: DD, C3 and 59. RGB value is (221,195,89). Sum of RGB (Red+Green+Blue) = 221+195+89=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC359 is #223CA6. Grayscale: #BFBFBF. Windows color (decimal): -2243751 or 5882845. OLE color: 5882845.
HSL color Cylindrical-coordinate representation of color #DDC359: hue angle of 48.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDC359 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 89 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.13 |
| HSL | 48.18º | 0.66% | 0.61% | - |
| HSV(B) | 48.18º | 0.6% | 0.87% | - |
| XYZ | 51.14 | 55.12 | 17.4 | - |
| YUV | 190.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 89 | 0 | 0.12 | 0.60 | 0.13 | 48.18 | 0.66 | 0.61 |
| Hex | DD | C3 | 59 | 0 | C | 3C | D | 30 | 42 | 3D |
| Octal | 335 | 303 | 131 | 0 | 14 | 74 | 15 | 60 | 102 | 75 |
| Binary | 11011101 | 11000011 | 1011001 | 0 | 1100 | 111100 | 1101 | 110000 | 1000010 | 111101 |
Color Harmonies of #DDC359
Complementary color
Monochromatic Colors of #DDC359
Black with #DDC359
Text Example
Text Example
White with #DDC359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC359; }
p { color: rgb(221,195,89); }
H1.HeaderClassName
{
color: #DDC359;
}
.AnyTagClassName
{
color: #DDC359;
}
</style>
background-color css
<style>
a { background-color: #DDC359; }
a { background-color: rgb(221,195,89); }
div.DivClassName
{
background-color: #DDC359;
}
.BgClassName
{
background-color: #DDC359;
}
</style>
border-color css
<style>
span { border-color: #DDC359; }
span { border-color: rgb(221,195,89); }
td.TdClassName
{
border-color: #DDC359;
}
.TagClassName
{
border-color: #DDC359;
}
</style>