Shades of Tacha #DDBD5A
Tints of Tacha #DDBD5A
RGB
CMYK
RGB Variations
Color information
#DDBD5A (or 0xDDBD5A) is known color: Tacha. HEX triplet: DD, BD and 5A. RGB value is (221,189,90). Sum of RGB (Red+Green+Blue) = 221+189+90=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD5A is #2242A5. Grayscale: #BBBBBB. Windows color (decimal): -2245286 or 5946845. OLE color: 5946845.
HSL color Cylindrical-coordinate representation of color #DDBD5A: hue angle of 45.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDBD5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 45.34º | 0.66% | 0.61% | - |
| HSV(B) | 45.34º | 0.59% | 0.87% | - |
| XYZ | 49.86 | 52.51 | 17.18 | - |
| YUV | 187.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 90 | 0 | 0.14 | 0.59 | 0.13 | 45.34 | 0.66 | 0.61 |
| Hex | DD | BD | 5A | 0 | E | 3B | D | 2D | 42 | 3D |
| Octal | 335 | 275 | 132 | 0 | 16 | 73 | 15 | 55 | 102 | 75 |
| Binary | 11011101 | 10111101 | 1011010 | 0 | 1110 | 111011 | 1101 | 101101 | 1000010 | 111101 |
Color Harmonies of #DDBD5A
Complementary color
Monochromatic Colors of #DDBD5A
Black with #DDBD5A
Text Example
Text Example
White with #DDBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD5A; }
p { color: rgb(221,189,90); }
H1.HeaderClassName
{
color: #DDBD5A;
}
.AnyTagClassName
{
color: #DDBD5A;
}
</style>
background-color css
<style>
a { background-color: #DDBD5A; }
a { background-color: rgb(221,189,90); }
div.DivClassName
{
background-color: #DDBD5A;
}
.BgClassName
{
background-color: #DDBD5A;
}
</style>
border-color css
<style>
span { border-color: #DDBD5A; }
span { border-color: rgb(221,189,90); }
td.TdClassName
{
border-color: #DDBD5A;
}
.TagClassName
{
border-color: #DDBD5A;
}
</style>