Shades of Tacha #DDC155
Tints of Tacha #DDC155
RGB
CMYK
RGB Variations
Color information
#DDC155 (or 0xDDC155) is known color: Tacha. HEX triplet: DD, C1 and 55. RGB value is (221,193,85). Sum of RGB (Red+Green+Blue) = 221+193+85=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC155 is #223EAA. Grayscale: #BDBDBD. Windows color (decimal): -2244267 or 5620189. OLE color: 5620189.
HSL color Cylindrical-coordinate representation of color #DDC155: hue angle of 47.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC155 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 85 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.13 |
| HSL | 47.65º | 0.67% | 0.6% | - |
| HSV(B) | 47.65º | 0.62% | 0.87% | - |
| XYZ | 50.53 | 54.17 | 16.39 | - |
| YUV | 189.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 85 | 0 | 0.13 | 0.62 | 0.13 | 47.65 | 0.67 | 0.6 |
| Hex | DD | C1 | 55 | 0 | D | 3E | D | 30 | 43 | 3C |
| Octal | 335 | 301 | 125 | 0 | 15 | 76 | 15 | 60 | 103 | 74 |
| Binary | 11011101 | 11000001 | 1010101 | 0 | 1101 | 111110 | 1101 | 110000 | 1000011 | 111100 |
Color Harmonies of #DDC155
Complementary color
Monochromatic Colors of #DDC155
Black with #DDC155
Text Example
Text Example
White with #DDC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC155; }
p { color: rgb(221,193,85); }
H1.HeaderClassName
{
color: #DDC155;
}
.AnyTagClassName
{
color: #DDC155;
}
</style>
background-color css
<style>
a { background-color: #DDC155; }
a { background-color: rgb(221,193,85); }
div.DivClassName
{
background-color: #DDC155;
}
.BgClassName
{
background-color: #DDC155;
}
</style>
border-color css
<style>
span { border-color: #DDC155; }
span { border-color: rgb(221,193,85); }
td.TdClassName
{
border-color: #DDC155;
}
.TagClassName
{
border-color: #DDC155;
}
</style>