Shades of Tacha #DDBD5B
Tints of Tacha #DDBD5B
RGB
CMYK
RGB Variations
Color information
#DDBD5B (or 0xDDBD5B) is known color: Tacha. HEX triplet: DD, BD and 5B. RGB value is (221,189,91). Sum of RGB (Red+Green+Blue) = 221+189+91=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD5B is #2242A4. Grayscale: #BBBBBB. Windows color (decimal): -2245285 or 6012381. OLE color: 6012381.
HSL color Cylindrical-coordinate representation of color #DDBD5B: hue angle of 45.23º 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 #DDBD5B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 91 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 45.23º | 0.66% | 0.61% | - |
| HSV(B) | 45.23º | 0.59% | 0.87% | - |
| XYZ | 49.9 | 52.52 | 17.41 | - |
| YUV | 187.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 91 | 0 | 0.14 | 0.59 | 0.13 | 45.23 | 0.66 | 0.61 |
| Hex | DD | BD | 5B | 0 | E | 3B | D | 2D | 42 | 3D |
| Octal | 335 | 275 | 133 | 0 | 16 | 73 | 15 | 55 | 102 | 75 |
| Binary | 11011101 | 10111101 | 1011011 | 0 | 1110 | 111011 | 1101 | 101101 | 1000010 | 111101 |
Color Harmonies of #DDBD5B
Complementary color
Monochromatic Colors of #DDBD5B
Black with #DDBD5B
Text Example
Text Example
White with #DDBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD5B; }
p { color: rgb(221,189,91); }
H1.HeaderClassName
{
color: #DDBD5B;
}
.AnyTagClassName
{
color: #DDBD5B;
}
</style>
background-color css
<style>
a { background-color: #DDBD5B; }
a { background-color: rgb(221,189,91); }
div.DivClassName
{
background-color: #DDBD5B;
}
.BgClassName
{
background-color: #DDBD5B;
}
</style>
border-color css
<style>
span { border-color: #DDBD5B; }
span { border-color: rgb(221,189,91); }
td.TdClassName
{
border-color: #DDBD5B;
}
.TagClassName
{
border-color: #DDBD5B;
}
</style>