Shades of Tacha #DDBD55
Tints of Tacha #DDBD55
RGB
CMYK
RGB Variations
Color information
#DDBD55 (or 0xDDBD55) is known color: Tacha. HEX triplet: DD, BD and 55. RGB value is (221,189,85). Sum of RGB (Red+Green+Blue) = 221+189+85=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD55 is #2242AA. Grayscale: #BBBBBB. Windows color (decimal): -2245291 or 5619165. OLE color: 5619165.
HSL color Cylindrical-coordinate representation of color #DDBD55: hue angle of 45.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDBD55 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 85 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 45.88º | 0.67% | 0.6% | - |
| HSV(B) | 45.88º | 0.62% | 0.87% | - |
| XYZ | 49.66 | 52.42 | 16.1 | - |
| YUV | 186.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 85 | 0 | 0.14 | 0.62 | 0.13 | 45.88 | 0.67 | 0.6 |
| Hex | DD | BD | 55 | 0 | E | 3E | D | 2E | 43 | 3C |
| Octal | 335 | 275 | 125 | 0 | 16 | 76 | 15 | 56 | 103 | 74 |
| Binary | 11011101 | 10111101 | 1010101 | 0 | 1110 | 111110 | 1101 | 101110 | 1000011 | 111100 |
Color Harmonies of #DDBD55
Complementary color
Monochromatic Colors of #DDBD55
Black with #DDBD55
Text Example
Text Example
White with #DDBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD55; }
p { color: rgb(221,189,85); }
H1.HeaderClassName
{
color: #DDBD55;
}
.AnyTagClassName
{
color: #DDBD55;
}
</style>
background-color css
<style>
a { background-color: #DDBD55; }
a { background-color: rgb(221,189,85); }
div.DivClassName
{
background-color: #DDBD55;
}
.BgClassName
{
background-color: #DDBD55;
}
</style>
border-color css
<style>
span { border-color: #DDBD55; }
span { border-color: rgb(221,189,85); }
td.TdClassName
{
border-color: #DDBD55;
}
.TagClassName
{
border-color: #DDBD55;
}
</style>