Shades of Tacha #DDBE64
Tints of Tacha #DDBE64
RGB
CMYK
RGB Variations
Color information
#DDBE64 (or 0xDDBE64) is known color: Tacha. HEX triplet: DD, BE and 64. RGB value is (221,190,100). Sum of RGB (Red+Green+Blue) = 221+190+100=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE64 is #22419B. Grayscale: #BDBDBD. Windows color (decimal): -2245020 or 6602461. OLE color: 6602461.
HSL color Cylindrical-coordinate representation of color #DDBE64: hue angle of 44.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDBE64 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 100 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.63º | 0.64% | 0.63% | - |
| HSV(B) | 44.63º | 0.55% | 0.87% | - |
| XYZ | 50.53 | 53.12 | 19.65 | - |
| YUV | 189.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 100 | 0 | 0.14 | 0.55 | 0.13 | 44.63 | 0.64 | 0.63 |
| Hex | DD | BE | 64 | 0 | E | 37 | D | 2D | 40 | 3F |
| Octal | 335 | 276 | 144 | 0 | 16 | 67 | 15 | 55 | 100 | 77 |
| Binary | 11011101 | 10111110 | 1100100 | 0 | 1110 | 110111 | 1101 | 101101 | 1000000 | 111111 |
Color Harmonies of #DDBE64
Complementary color
Monochromatic Colors of #DDBE64
Black with #DDBE64
Text Example
Text Example
White with #DDBE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE64; }
p { color: rgb(221,190,100); }
H1.HeaderClassName
{
color: #DDBE64;
}
.AnyTagClassName
{
color: #DDBE64;
}
</style>
background-color css
<style>
a { background-color: #DDBE64; }
a { background-color: rgb(221,190,100); }
div.DivClassName
{
background-color: #DDBE64;
}
.BgClassName
{
background-color: #DDBE64;
}
</style>
border-color css
<style>
span { border-color: #DDBE64; }
span { border-color: rgb(221,190,100); }
td.TdClassName
{
border-color: #DDBE64;
}
.TagClassName
{
border-color: #DDBE64;
}
</style>