Shades of Tacha #DDBC62
Tints of Tacha #DDBC62
RGB
CMYK
RGB Variations
Color information
#DDBC62 (or 0xDDBC62) is known color: Tacha. HEX triplet: DD, BC and 62. RGB value is (221,188,98). Sum of RGB (Red+Green+Blue) = 221+188+98=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC62 is #22439D. Grayscale: #BBBBBB. Windows color (decimal): -2245534 or 6470877. OLE color: 6470877.
HSL color Cylindrical-coordinate representation of color #DDBC62: hue angle of 43.9º 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 #DDBC62 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 98 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.13 |
| HSL | 43.9º | 0.64% | 0.63% | - |
| HSV(B) | 43.9º | 0.56% | 0.87% | - |
| XYZ | 50.01 | 52.22 | 19 | - |
| YUV | 187.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 98 | 0 | 0.15 | 0.56 | 0.13 | 43.9 | 0.64 | 0.63 |
| Hex | DD | BC | 62 | 0 | F | 38 | D | 2C | 40 | 3F |
| Octal | 335 | 274 | 142 | 0 | 17 | 70 | 15 | 54 | 100 | 77 |
| Binary | 11011101 | 10111100 | 1100010 | 0 | 1111 | 111000 | 1101 | 101100 | 1000000 | 111111 |
Color Harmonies of #DDBC62
Complementary color
Monochromatic Colors of #DDBC62
Black with #DDBC62
Text Example
Text Example
White with #DDBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC62; }
p { color: rgb(221,188,98); }
H1.HeaderClassName
{
color: #DDBC62;
}
.AnyTagClassName
{
color: #DDBC62;
}
</style>
background-color css
<style>
a { background-color: #DDBC62; }
a { background-color: rgb(221,188,98); }
div.DivClassName
{
background-color: #DDBC62;
}
.BgClassName
{
background-color: #DDBC62;
}
</style>
border-color css
<style>
span { border-color: #DDBC62; }
span { border-color: rgb(221,188,98); }
td.TdClassName
{
border-color: #DDBC62;
}
.TagClassName
{
border-color: #DDBC62;
}
</style>