Shades of Tacha #DDC45D
Tints of Tacha #DDC45D
RGB
CMYK
RGB Variations
Color information
#DDC45D (or 0xDDC45D) is known color: Tacha. HEX triplet: DD, C4 and 5D. RGB value is (221,196,93). Sum of RGB (Red+Green+Blue) = 221+196+93=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC45D is #223BA2. Grayscale: #C0C0C0. Windows color (decimal): -2243491 or 6145245. OLE color: 6145245.
HSL color Cylindrical-coordinate representation of color #DDC45D: hue angle of 48.28º 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 #DDC45D is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 93 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.13 |
| HSL | 48.28º | 0.65% | 0.62% | - |
| HSV(B) | 48.28º | 0.58% | 0.87% | - |
| XYZ | 51.53 | 55.64 | 18.38 | - |
| YUV | 191.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 93 | 0 | 0.11 | 0.58 | 0.13 | 48.28 | 0.65 | 0.62 |
| Hex | DD | C4 | 5D | 0 | B | 3A | D | 30 | 41 | 3E |
| Octal | 335 | 304 | 135 | 0 | 13 | 72 | 15 | 60 | 101 | 76 |
| Binary | 11011101 | 11000100 | 1011101 | 0 | 1011 | 111010 | 1101 | 110000 | 1000001 | 111110 |
Color Harmonies of #DDC45D
Complementary color
Monochromatic Colors of #DDC45D
Black with #DDC45D
Text Example
Text Example
White with #DDC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC45D; }
p { color: rgb(221,196,93); }
H1.HeaderClassName
{
color: #DDC45D;
}
.AnyTagClassName
{
color: #DDC45D;
}
</style>
background-color css
<style>
a { background-color: #DDC45D; }
a { background-color: rgb(221,196,93); }
div.DivClassName
{
background-color: #DDC45D;
}
.BgClassName
{
background-color: #DDC45D;
}
</style>
border-color css
<style>
span { border-color: #DDC45D; }
span { border-color: rgb(221,196,93); }
td.TdClassName
{
border-color: #DDC45D;
}
.TagClassName
{
border-color: #DDC45D;
}
</style>