Shades of Tacha #DDC75A
Tints of Tacha #DDC75A
RGB
CMYK
RGB Variations
Color information
#DDC75A (or 0xDDC75A) is known color: Tacha. HEX triplet: DD, C7 and 5A. RGB value is (221,199,90). Sum of RGB (Red+Green+Blue) = 221+199+90=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75A is #2238A5. Grayscale: #C1C1C1. Windows color (decimal): -2242726 or 5949405. OLE color: 5949405.
HSL color Cylindrical-coordinate representation of color #DDC75A: hue angle of 49.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDC75A is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 90 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.13 |
| HSL | 49.92º | 0.66% | 0.61% | - |
| HSV(B) | 49.92º | 0.59% | 0.87% | - |
| XYZ | 52.09 | 56.96 | 17.92 | - |
| YUV | 193.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 90 | 0 | 0.10 | 0.59 | 0.13 | 49.92 | 0.66 | 0.61 |
| Hex | DD | C7 | 5A | 0 | A | 3B | D | 32 | 42 | 3D |
| Octal | 335 | 307 | 132 | 0 | 12 | 73 | 15 | 62 | 102 | 75 |
| Binary | 11011101 | 11000111 | 1011010 | 0 | 1010 | 111011 | 1101 | 110010 | 1000010 | 111101 |
Color Harmonies of #DDC75A
Complementary color
Monochromatic Colors of #DDC75A
Black with #DDC75A
Text Example
Text Example
White with #DDC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75A; }
p { color: rgb(221,199,90); }
H1.HeaderClassName
{
color: #DDC75A;
}
.AnyTagClassName
{
color: #DDC75A;
}
</style>
background-color css
<style>
a { background-color: #DDC75A; }
a { background-color: rgb(221,199,90); }
div.DivClassName
{
background-color: #DDC75A;
}
.BgClassName
{
background-color: #DDC75A;
}
</style>
border-color css
<style>
span { border-color: #DDC75A; }
span { border-color: rgb(221,199,90); }
td.TdClassName
{
border-color: #DDC75A;
}
.TagClassName
{
border-color: #DDC75A;
}
</style>