Shades of Tacha #DDC262
Tints of Tacha #DDC262
RGB
CMYK
RGB Variations
Color information
#DDC262 (or 0xDDC262) is known color: Tacha. HEX triplet: DD, C2 and 62. RGB value is (221,194,98). Sum of RGB (Red+Green+Blue) = 221+194+98=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC262 is #223D9D. Grayscale: #BFBFBF. Windows color (decimal): -2243998 or 6472413. OLE color: 6472413.
HSL color Cylindrical-coordinate representation of color #DDC262: hue angle of 46.83º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDC262 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.13 |
| HSL | 46.83º | 0.64% | 0.63% | - |
| HSV(B) | 46.83º | 0.56% | 0.87% | - |
| XYZ | 51.32 | 54.84 | 19.44 | - |
| YUV | 191.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 98 | 0 | 0.12 | 0.56 | 0.13 | 46.83 | 0.64 | 0.63 |
| Hex | DD | C2 | 62 | 0 | C | 38 | D | 2F | 40 | 3F |
| Octal | 335 | 302 | 142 | 0 | 14 | 70 | 15 | 57 | 100 | 77 |
| Binary | 11011101 | 11000010 | 1100010 | 0 | 1100 | 111000 | 1101 | 101111 | 1000000 | 111111 |
Color Harmonies of #DDC262
Complementary color
Monochromatic Colors of #DDC262
Black with #DDC262
Text Example
Text Example
White with #DDC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC262; }
p { color: rgb(221,194,98); }
H1.HeaderClassName
{
color: #DDC262;
}
.AnyTagClassName
{
color: #DDC262;
}
</style>
background-color css
<style>
a { background-color: #DDC262; }
a { background-color: rgb(221,194,98); }
div.DivClassName
{
background-color: #DDC262;
}
.BgClassName
{
background-color: #DDC262;
}
</style>
border-color css
<style>
span { border-color: #DDC262; }
span { border-color: rgb(221,194,98); }
td.TdClassName
{
border-color: #DDC262;
}
.TagClassName
{
border-color: #DDC262;
}
</style>