Shades of Tacha #DDC25E
Tints of Tacha #DDC25E
RGB
CMYK
RGB Variations
Color information
#DDC25E (or 0xDDC25E) is known color: Tacha. HEX triplet: DD, C2 and 5E. RGB value is (221,194,94). Sum of RGB (Red+Green+Blue) = 221+194+94=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC25E is #223DA1. Grayscale: #BFBFBF. Windows color (decimal): -2244002 or 6210269. OLE color: 6210269.
HSL color Cylindrical-coordinate representation of color #DDC25E: hue angle of 47.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC25E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 94 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.13 |
| HSL | 47.24º | 0.65% | 0.62% | - |
| HSV(B) | 47.24º | 0.57% | 0.87% | - |
| XYZ | 51.13 | 54.76 | 18.47 | - |
| YUV | 190.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 94 | 0 | 0.12 | 0.57 | 0.13 | 47.24 | 0.65 | 0.62 |
| Hex | DD | C2 | 5E | 0 | C | 39 | D | 2F | 41 | 3E |
| Octal | 335 | 302 | 136 | 0 | 14 | 71 | 15 | 57 | 101 | 76 |
| Binary | 11011101 | 11000010 | 1011110 | 0 | 1100 | 111001 | 1101 | 101111 | 1000001 | 111110 |
Color Harmonies of #DDC25E
Complementary color
Monochromatic Colors of #DDC25E
Black with #DDC25E
Text Example
Text Example
White with #DDC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC25E; }
p { color: rgb(221,194,94); }
H1.HeaderClassName
{
color: #DDC25E;
}
.AnyTagClassName
{
color: #DDC25E;
}
</style>
background-color css
<style>
a { background-color: #DDC25E; }
a { background-color: rgb(221,194,94); }
div.DivClassName
{
background-color: #DDC25E;
}
.BgClassName
{
background-color: #DDC25E;
}
</style>
border-color css
<style>
span { border-color: #DDC25E; }
span { border-color: rgb(221,194,94); }
td.TdClassName
{
border-color: #DDC25E;
}
.TagClassName
{
border-color: #DDC25E;
}
</style>