Shades of Tacha #DDC461
Tints of Tacha #DDC461
RGB
CMYK
RGB Variations
Color information
#DDC461 (or 0xDDC461) is known color: Tacha. HEX triplet: DD, C4 and 61. RGB value is (221,196,97). Sum of RGB (Red+Green+Blue) = 221+196+97=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC461 is #223B9E. Grayscale: #C0C0C0. Windows color (decimal): -2243487 or 6407389. OLE color: 6407389.
HSL color Cylindrical-coordinate representation of color #DDC461: hue angle of 47.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC461 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 97 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.13 |
| HSL | 47.9º | 0.65% | 0.62% | - |
| HSV(B) | 47.9º | 0.56% | 0.87% | - |
| XYZ | 51.72 | 55.72 | 19.34 | - |
| YUV | 192.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 97 | 0 | 0.11 | 0.56 | 0.13 | 47.9 | 0.65 | 0.62 |
| Hex | DD | C4 | 61 | 0 | B | 38 | D | 30 | 41 | 3E |
| Octal | 335 | 304 | 141 | 0 | 13 | 70 | 15 | 60 | 101 | 76 |
| Binary | 11011101 | 11000100 | 1100001 | 0 | 1011 | 111000 | 1101 | 110000 | 1000001 | 111110 |
Color Harmonies of #DDC461
Complementary color
Monochromatic Colors of #DDC461
Black with #DDC461
Text Example
Text Example
White with #DDC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC461; }
p { color: rgb(221,196,97); }
H1.HeaderClassName
{
color: #DDC461;
}
.AnyTagClassName
{
color: #DDC461;
}
</style>
background-color css
<style>
a { background-color: #DDC461; }
a { background-color: rgb(221,196,97); }
div.DivClassName
{
background-color: #DDC461;
}
.BgClassName
{
background-color: #DDC461;
}
</style>
border-color css
<style>
span { border-color: #DDC461; }
span { border-color: rgb(221,196,97); }
td.TdClassName
{
border-color: #DDC461;
}
.TagClassName
{
border-color: #DDC461;
}
</style>