Shades of Tacha #DDBD65
Tints of Tacha #DDBD65
RGB
CMYK
RGB Variations
Color information
#DDBD65 (or 0xDDBD65) is known color: Tacha. HEX triplet: DD, BD and 65. RGB value is (221,189,101). Sum of RGB (Red+Green+Blue) = 221+189+101=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD65 is #22429A. Grayscale: #BCBCBC. Windows color (decimal): -2245275 or 6667741. OLE color: 6667741.
HSL color Cylindrical-coordinate representation of color #DDBD65: hue angle of 44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDBD65 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 101 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.13 |
| HSL | 44º | 0.64% | 0.63% | - |
| HSV(B) | 44º | 0.54% | 0.87% | - |
| XYZ | 50.37 | 52.71 | 19.83 | - |
| YUV | 188.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 101 | 0 | 0.14 | 0.54 | 0.13 | 44 | 0.64 | 0.63 |
| Hex | DD | BD | 65 | 0 | E | 36 | D | 2C | 40 | 3F |
| Octal | 335 | 275 | 145 | 0 | 16 | 66 | 15 | 54 | 100 | 77 |
| Binary | 11011101 | 10111101 | 1100101 | 0 | 1110 | 110110 | 1101 | 101100 | 1000000 | 111111 |
Color Harmonies of #DDBD65
Complementary color
Monochromatic Colors of #DDBD65
Black with #DDBD65
Text Example
Text Example
White with #DDBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD65; }
p { color: rgb(221,189,101); }
H1.HeaderClassName
{
color: #DDBD65;
}
.AnyTagClassName
{
color: #DDBD65;
}
</style>
background-color css
<style>
a { background-color: #DDBD65; }
a { background-color: rgb(221,189,101); }
div.DivClassName
{
background-color: #DDBD65;
}
.BgClassName
{
background-color: #DDBD65;
}
</style>
border-color css
<style>
span { border-color: #DDBD65; }
span { border-color: rgb(221,189,101); }
td.TdClassName
{
border-color: #DDBD65;
}
.TagClassName
{
border-color: #DDBD65;
}
</style>