Shades of Tacha #DDC25A
Tints of Tacha #DDC25A
RGB
CMYK
RGB Variations
Color information
#DDC25A (or 0xDDC25A) is known color: Tacha. HEX triplet: DD, C2 and 5A. RGB value is (221,194,90). Sum of RGB (Red+Green+Blue) = 221+194+90=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC25A is #223DA5. Grayscale: #BEBEBE. Windows color (decimal): -2244006 or 5948125. OLE color: 5948125.
HSL color Cylindrical-coordinate representation of color #DDC25A: hue angle of 47.63º 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 #DDC25A is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 90 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.13 |
| HSL | 47.63º | 0.66% | 0.61% | - |
| HSV(B) | 47.63º | 0.59% | 0.87% | - |
| XYZ | 50.96 | 54.69 | 17.54 | - |
| YUV | 190.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 90 | 0 | 0.12 | 0.59 | 0.13 | 47.63 | 0.66 | 0.61 |
| Hex | DD | C2 | 5A | 0 | C | 3B | D | 30 | 42 | 3D |
| Octal | 335 | 302 | 132 | 0 | 14 | 73 | 15 | 60 | 102 | 75 |
| Binary | 11011101 | 11000010 | 1011010 | 0 | 1100 | 111011 | 1101 | 110000 | 1000010 | 111101 |
Color Harmonies of #DDC25A
Complementary color
Monochromatic Colors of #DDC25A
Black with #DDC25A
Text Example
Text Example
White with #DDC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC25A; }
p { color: rgb(221,194,90); }
H1.HeaderClassName
{
color: #DDC25A;
}
.AnyTagClassName
{
color: #DDC25A;
}
</style>
background-color css
<style>
a { background-color: #DDC25A; }
a { background-color: rgb(221,194,90); }
div.DivClassName
{
background-color: #DDC25A;
}
.BgClassName
{
background-color: #DDC25A;
}
</style>
border-color css
<style>
span { border-color: #DDC25A; }
span { border-color: rgb(221,194,90); }
td.TdClassName
{
border-color: #DDC25A;
}
.TagClassName
{
border-color: #DDC25A;
}
</style>