Shades of Tacha #DDBE55
Tints of Tacha #DDBE55
RGB
CMYK
RGB Variations
Color information
#DDBE55 (or 0xDDBE55) is known color: Tacha. HEX triplet: DD, BE and 55. RGB value is (221,190,85). Sum of RGB (Red+Green+Blue) = 221+190+85=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE55 is #2241AA. Grayscale: #BBBBBB. Windows color (decimal): -2245035 or 5619421. OLE color: 5619421.
HSL color Cylindrical-coordinate representation of color #DDBE55: hue angle of 46.32º 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 #DDBE55 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 85 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 46.32º | 0.67% | 0.6% | - |
| HSV(B) | 46.32º | 0.62% | 0.87% | - |
| XYZ | 49.87 | 52.85 | 16.17 | - |
| YUV | 187.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 85 | 0 | 0.14 | 0.62 | 0.13 | 46.32 | 0.67 | 0.6 |
| Hex | DD | BE | 55 | 0 | E | 3E | D | 2E | 43 | 3C |
| Octal | 335 | 276 | 125 | 0 | 16 | 76 | 15 | 56 | 103 | 74 |
| Binary | 11011101 | 10111110 | 1010101 | 0 | 1110 | 111110 | 1101 | 101110 | 1000011 | 111100 |
Color Harmonies of #DDBE55
Complementary color
Monochromatic Colors of #DDBE55
Black with #DDBE55
Text Example
Text Example
White with #DDBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE55; }
p { color: rgb(221,190,85); }
H1.HeaderClassName
{
color: #DDBE55;
}
.AnyTagClassName
{
color: #DDBE55;
}
</style>
background-color css
<style>
a { background-color: #DDBE55; }
a { background-color: rgb(221,190,85); }
div.DivClassName
{
background-color: #DDBE55;
}
.BgClassName
{
background-color: #DDBE55;
}
</style>
border-color css
<style>
span { border-color: #DDBE55; }
span { border-color: rgb(221,190,85); }
td.TdClassName
{
border-color: #DDBE55;
}
.TagClassName
{
border-color: #DDBE55;
}
</style>