Shades of Tacha #DDC25D
Tints of Tacha #DDC25D
RGB
CMYK
RGB Variations
Color information
#DDC25D (or 0xDDC25D) is known color: Tacha. HEX triplet: DD, C2 and 5D. RGB value is (221,194,93). Sum of RGB (Red+Green+Blue) = 221+194+93=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC25D is #223DA2. Grayscale: #BEBEBE. Windows color (decimal): -2244003 or 6144733. OLE color: 6144733.
HSL color Cylindrical-coordinate representation of color #DDC25D: hue angle of 47.34º 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 #DDC25D is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 93 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.13 |
| HSL | 47.34º | 0.65% | 0.62% | - |
| HSV(B) | 47.34º | 0.58% | 0.87% | - |
| XYZ | 51.09 | 54.75 | 18.23 | - |
| YUV | 190.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 93 | 0 | 0.12 | 0.58 | 0.13 | 47.34 | 0.65 | 0.62 |
| Hex | DD | C2 | 5D | 0 | C | 3A | D | 2F | 41 | 3E |
| Octal | 335 | 302 | 135 | 0 | 14 | 72 | 15 | 57 | 101 | 76 |
| Binary | 11011101 | 11000010 | 1011101 | 0 | 1100 | 111010 | 1101 | 101111 | 1000001 | 111110 |
Color Harmonies of #DDC25D
Complementary color
Monochromatic Colors of #DDC25D
Black with #DDC25D
Text Example
Text Example
White with #DDC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC25D; }
p { color: rgb(221,194,93); }
H1.HeaderClassName
{
color: #DDC25D;
}
.AnyTagClassName
{
color: #DDC25D;
}
</style>
background-color css
<style>
a { background-color: #DDC25D; }
a { background-color: rgb(221,194,93); }
div.DivClassName
{
background-color: #DDC25D;
}
.BgClassName
{
background-color: #DDC25D;
}
</style>
border-color css
<style>
span { border-color: #DDC25D; }
span { border-color: rgb(221,194,93); }
td.TdClassName
{
border-color: #DDC25D;
}
.TagClassName
{
border-color: #DDC25D;
}
</style>