Shades of Tacha #DDC05A
Tints of Tacha #DDC05A
RGB
CMYK
RGB Variations
Color information
#DDC05A (or 0xDDC05A) is known color: Tacha. HEX triplet: DD, C0 and 5A. RGB value is (221,192,90). Sum of RGB (Red+Green+Blue) = 221+192+90=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC05A is #223FA5. Grayscale: #BDBDBD. Windows color (decimal): -2244518 or 5947613. OLE color: 5947613.
HSL color Cylindrical-coordinate representation of color #DDC05A: hue angle of 46.72º 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 #DDC05A is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 90 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 46.72º | 0.66% | 0.61% | - |
| HSV(B) | 46.72º | 0.59% | 0.87% | - |
| XYZ | 50.51 | 53.81 | 17.4 | - |
| YUV | 189.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 90 | 0 | 0.13 | 0.59 | 0.13 | 46.72 | 0.66 | 0.61 |
| Hex | DD | C0 | 5A | 0 | D | 3B | D | 2F | 42 | 3D |
| Octal | 335 | 300 | 132 | 0 | 15 | 73 | 15 | 57 | 102 | 75 |
| Binary | 11011101 | 11000000 | 1011010 | 0 | 1101 | 111011 | 1101 | 101111 | 1000010 | 111101 |
Color Harmonies of #DDC05A
Complementary color
Monochromatic Colors of #DDC05A
Black with #DDC05A
Text Example
Text Example
White with #DDC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC05A; }
p { color: rgb(221,192,90); }
H1.HeaderClassName
{
color: #DDC05A;
}
.AnyTagClassName
{
color: #DDC05A;
}
</style>
background-color css
<style>
a { background-color: #DDC05A; }
a { background-color: rgb(221,192,90); }
div.DivClassName
{
background-color: #DDC05A;
}
.BgClassName
{
background-color: #DDC05A;
}
</style>
border-color css
<style>
span { border-color: #DDC05A; }
span { border-color: rgb(221,192,90); }
td.TdClassName
{
border-color: #DDC05A;
}
.TagClassName
{
border-color: #DDC05A;
}
</style>