Shades of Tacha #DDBC56
Tints of Tacha #DDBC56
RGB
CMYK
RGB Variations
Color information
#DDBC56 (or 0xDDBC56) is known color: Tacha. HEX triplet: DD, BC and 56. RGB value is (221,188,86). Sum of RGB (Red+Green+Blue) = 221+188+86=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC56 is #2243A9. Grayscale: #BABABA. Windows color (decimal): -2245546 or 5684445. OLE color: 5684445.
HSL color Cylindrical-coordinate representation of color #DDBC56: hue angle of 45.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDBC56 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 86 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.13 |
| HSL | 45.33º | 0.67% | 0.6% | - |
| HSV(B) | 45.33º | 0.61% | 0.87% | - |
| XYZ | 49.48 | 52.01 | 16.24 | - |
| YUV | 186.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 86 | 0 | 0.15 | 0.61 | 0.13 | 45.33 | 0.67 | 0.6 |
| Hex | DD | BC | 56 | 0 | F | 3D | D | 2D | 43 | 3C |
| Octal | 335 | 274 | 126 | 0 | 17 | 75 | 15 | 55 | 103 | 74 |
| Binary | 11011101 | 10111100 | 1010110 | 0 | 1111 | 111101 | 1101 | 101101 | 1000011 | 111100 |
Color Harmonies of #DDBC56
Complementary color
Monochromatic Colors of #DDBC56
Black with #DDBC56
Text Example
Text Example
White with #DDBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC56; }
p { color: rgb(221,188,86); }
H1.HeaderClassName
{
color: #DDBC56;
}
.AnyTagClassName
{
color: #DDBC56;
}
</style>
background-color css
<style>
a { background-color: #DDBC56; }
a { background-color: rgb(221,188,86); }
div.DivClassName
{
background-color: #DDBC56;
}
.BgClassName
{
background-color: #DDBC56;
}
</style>
border-color css
<style>
span { border-color: #DDBC56; }
span { border-color: rgb(221,188,86); }
td.TdClassName
{
border-color: #DDBC56;
}
.TagClassName
{
border-color: #DDBC56;
}
</style>