Shades of Tacha #DDBB5C
Tints of Tacha #DDBB5C
RGB
CMYK
RGB Variations
Color information
#DDBB5C (or 0xDDBB5C) is known color: Tacha. HEX triplet: DD, BB and 5C. RGB value is (221,187,92). Sum of RGB (Red+Green+Blue) = 221+187+92=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB5C is #2244A3. Grayscale: #BABABA. Windows color (decimal): -2245796 or 6077405. OLE color: 6077405.
HSL color Cylindrical-coordinate representation of color #DDBB5C: hue angle of 44.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDBB5C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 92 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.13 |
| HSL | 44.19º | 0.65% | 0.61% | - |
| HSV(B) | 44.19º | 0.58% | 0.87% | - |
| XYZ | 49.52 | 51.69 | 17.49 | - |
| YUV | 186.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 92 | 0 | 0.15 | 0.58 | 0.13 | 44.19 | 0.65 | 0.61 |
| Hex | DD | BB | 5C | 0 | F | 3A | D | 2C | 41 | 3D |
| Octal | 335 | 273 | 134 | 0 | 17 | 72 | 15 | 54 | 101 | 75 |
| Binary | 11011101 | 10111011 | 1011100 | 0 | 1111 | 111010 | 1101 | 101100 | 1000001 | 111101 |
Color Harmonies of #DDBB5C
Complementary color
Monochromatic Colors of #DDBB5C
Black with #DDBB5C
Text Example
Text Example
White with #DDBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB5C; }
p { color: rgb(221,187,92); }
H1.HeaderClassName
{
color: #DDBB5C;
}
.AnyTagClassName
{
color: #DDBB5C;
}
</style>
background-color css
<style>
a { background-color: #DDBB5C; }
a { background-color: rgb(221,187,92); }
div.DivClassName
{
background-color: #DDBB5C;
}
.BgClassName
{
background-color: #DDBB5C;
}
</style>
border-color css
<style>
span { border-color: #DDBB5C; }
span { border-color: rgb(221,187,92); }
td.TdClassName
{
border-color: #DDBB5C;
}
.TagClassName
{
border-color: #DDBB5C;
}
</style>