Shades of Tacha #DDC75D
Tints of Tacha #DDC75D
RGB
CMYK
RGB Variations
Color information
#DDC75D (or 0xDDC75D) is known color: Tacha. HEX triplet: DD, C7 and 5D. RGB value is (221,199,93). Sum of RGB (Red+Green+Blue) = 221+199+93=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75D is #2238A2. Grayscale: #C1C1C1. Windows color (decimal): -2242723 or 6146013. OLE color: 6146013.
HSL color Cylindrical-coordinate representation of color #DDC75D: hue angle of 49.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC75D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 93 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.69º | 0.65% | 0.62% | - |
| HSV(B) | 49.69º | 0.58% | 0.87% | - |
| XYZ | 52.22 | 57.01 | 18.61 | - |
| YUV | 193.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 93 | 0 | 0.10 | 0.58 | 0.13 | 49.69 | 0.65 | 0.62 |
| Hex | DD | C7 | 5D | 0 | A | 3A | D | 32 | 41 | 3E |
| Octal | 335 | 307 | 135 | 0 | 12 | 72 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11000111 | 1011101 | 0 | 1010 | 111010 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC75D
Complementary color
Monochromatic Colors of #DDC75D
Black with #DDC75D
Text Example
Text Example
White with #DDC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75D; }
p { color: rgb(221,199,93); }
H1.HeaderClassName
{
color: #DDC75D;
}
.AnyTagClassName
{
color: #DDC75D;
}
</style>
background-color css
<style>
a { background-color: #DDC75D; }
a { background-color: rgb(221,199,93); }
div.DivClassName
{
background-color: #DDC75D;
}
.BgClassName
{
background-color: #DDC75D;
}
</style>
border-color css
<style>
span { border-color: #DDC75D; }
span { border-color: rgb(221,199,93); }
td.TdClassName
{
border-color: #DDC75D;
}
.TagClassName
{
border-color: #DDC75D;
}
</style>