Shades of Tacha #DDC75E
Tints of Tacha #DDC75E
RGB
CMYK
RGB Variations
Color information
#DDC75E (or 0xDDC75E) is known color: Tacha. HEX triplet: DD, C7 and 5E. RGB value is (221,199,94). Sum of RGB (Red+Green+Blue) = 221+199+94=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75E is #2238A1. Grayscale: #C2C2C2. Windows color (decimal): -2242722 or 6211549. OLE color: 6211549.
HSL color Cylindrical-coordinate representation of color #DDC75E: hue angle of 49.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC75E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 94 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 49.61º | 0.65% | 0.62% | - |
| HSV(B) | 49.61º | 0.57% | 0.87% | - |
| XYZ | 52.26 | 57.03 | 18.84 | - |
| YUV | 193.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 94 | 0 | 0.10 | 0.57 | 0.13 | 49.61 | 0.65 | 0.62 |
| Hex | DD | C7 | 5E | 0 | A | 39 | D | 32 | 41 | 3E |
| Octal | 335 | 307 | 136 | 0 | 12 | 71 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11000111 | 1011110 | 0 | 1010 | 111001 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC75E
Complementary color
Monochromatic Colors of #DDC75E
Black with #DDC75E
Text Example
Text Example
White with #DDC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75E; }
p { color: rgb(221,199,94); }
H1.HeaderClassName
{
color: #DDC75E;
}
.AnyTagClassName
{
color: #DDC75E;
}
</style>
background-color css
<style>
a { background-color: #DDC75E; }
a { background-color: rgb(221,199,94); }
div.DivClassName
{
background-color: #DDC75E;
}
.BgClassName
{
background-color: #DDC75E;
}
</style>
border-color css
<style>
span { border-color: #DDC75E; }
span { border-color: rgb(221,199,94); }
td.TdClassName
{
border-color: #DDC75E;
}
.TagClassName
{
border-color: #DDC75E;
}
</style>