Shades of Tacha #DDBD57
Tints of Tacha #DDBD57
RGB
CMYK
RGB Variations
Color information
#DDBD57 (or 0xDDBD57) is known color: Tacha. HEX triplet: DD, BD and 57. RGB value is (221,189,87). Sum of RGB (Red+Green+Blue) = 221+189+87=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD57 is #2242A8. Grayscale: #BBBBBB. Windows color (decimal): -2245289 or 5750237. OLE color: 5750237.
HSL color Cylindrical-coordinate representation of color #DDBD57: hue angle of 45.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDBD57 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 87 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.13 |
| HSL | 45.67º | 0.66% | 0.6% | - |
| HSV(B) | 45.67º | 0.61% | 0.87% | - |
| XYZ | 49.74 | 52.46 | 16.52 | - |
| YUV | 186.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 87 | 0 | 0.14 | 0.61 | 0.13 | 45.67 | 0.66 | 0.6 |
| Hex | DD | BD | 57 | 0 | E | 3D | D | 2E | 42 | 3C |
| Octal | 335 | 275 | 127 | 0 | 16 | 75 | 15 | 56 | 102 | 74 |
| Binary | 11011101 | 10111101 | 1010111 | 0 | 1110 | 111101 | 1101 | 101110 | 1000010 | 111100 |
Color Harmonies of #DDBD57
Complementary color
Monochromatic Colors of #DDBD57
Black with #DDBD57
Text Example
Text Example
White with #DDBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD57; }
p { color: rgb(221,189,87); }
H1.HeaderClassName
{
color: #DDBD57;
}
.AnyTagClassName
{
color: #DDBD57;
}
</style>
background-color css
<style>
a { background-color: #DDBD57; }
a { background-color: rgb(221,189,87); }
div.DivClassName
{
background-color: #DDBD57;
}
.BgClassName
{
background-color: #DDBD57;
}
</style>
border-color css
<style>
span { border-color: #DDBD57; }
span { border-color: rgb(221,189,87); }
td.TdClassName
{
border-color: #DDBD57;
}
.TagClassName
{
border-color: #DDBD57;
}
</style>