Shades of Tacha #DDC75C
Tints of Tacha #DDC75C
RGB
CMYK
RGB Variations
Color information
#DDC75C (or 0xDDC75C) is known color: Tacha. HEX triplet: DD, C7 and 5C. RGB value is (221,199,92). Sum of RGB (Red+Green+Blue) = 221+199+92=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75C is #2238A3. Grayscale: #C1C1C1. Windows color (decimal): -2242724 or 6080477. OLE color: 6080477.
HSL color Cylindrical-coordinate representation of color #DDC75C: hue angle of 49.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC75C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 92 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.13 |
| HSL | 49.77º | 0.65% | 0.61% | - |
| HSV(B) | 49.77º | 0.58% | 0.87% | - |
| XYZ | 52.17 | 56.99 | 18.38 | - |
| YUV | 193.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 92 | 0 | 0.10 | 0.58 | 0.13 | 49.77 | 0.65 | 0.61 |
| Hex | DD | C7 | 5C | 0 | A | 3A | D | 32 | 41 | 3D |
| Octal | 335 | 307 | 134 | 0 | 12 | 72 | 15 | 62 | 101 | 75 |
| Binary | 11011101 | 11000111 | 1011100 | 0 | 1010 | 111010 | 1101 | 110010 | 1000001 | 111101 |
Color Harmonies of #DDC75C
Complementary color
Monochromatic Colors of #DDC75C
Black with #DDC75C
Text Example
Text Example
White with #DDC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC75C; }
p { color: rgb(221,199,92); }
H1.HeaderClassName
{
color: #DDC75C;
}
.AnyTagClassName
{
color: #DDC75C;
}
</style>
background-color css
<style>
a { background-color: #DDC75C; }
a { background-color: rgb(221,199,92); }
div.DivClassName
{
background-color: #DDC75C;
}
.BgClassName
{
background-color: #DDC75C;
}
</style>
border-color css
<style>
span { border-color: #DDC75C; }
span { border-color: rgb(221,199,92); }
td.TdClassName
{
border-color: #DDC75C;
}
.TagClassName
{
border-color: #DDC75C;
}
</style>