Shades of Tacha #DDBE5A
Tints of Tacha #DDBE5A
RGB
CMYK
RGB Variations
Color information
#DDBE5A (or 0xDDBE5A) is known color: Tacha. HEX triplet: DD, BE and 5A. RGB value is (221,190,90). Sum of RGB (Red+Green+Blue) = 221+190+90=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE5A is #2241A5. Grayscale: #BCBCBC. Windows color (decimal): -2245030 or 5947101. OLE color: 5947101.
HSL color Cylindrical-coordinate representation of color #DDBE5A: hue angle of 45.8º 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 #DDBE5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 45.8º | 0.66% | 0.61% | - |
| HSV(B) | 45.8º | 0.59% | 0.87% | - |
| XYZ | 50.08 | 52.94 | 17.25 | - |
| YUV | 187.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 90 | 0 | 0.14 | 0.59 | 0.13 | 45.8 | 0.66 | 0.61 |
| Hex | DD | BE | 5A | 0 | E | 3B | D | 2E | 42 | 3D |
| Octal | 335 | 276 | 132 | 0 | 16 | 73 | 15 | 56 | 102 | 75 |
| Binary | 11011101 | 10111110 | 1011010 | 0 | 1110 | 111011 | 1101 | 101110 | 1000010 | 111101 |
Color Harmonies of #DDBE5A
Complementary color
Monochromatic Colors of #DDBE5A
Black with #DDBE5A
Text Example
Text Example
White with #DDBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE5A; }
p { color: rgb(221,190,90); }
H1.HeaderClassName
{
color: #DDBE5A;
}
.AnyTagClassName
{
color: #DDBE5A;
}
</style>
background-color css
<style>
a { background-color: #DDBE5A; }
a { background-color: rgb(221,190,90); }
div.DivClassName
{
background-color: #DDBE5A;
}
.BgClassName
{
background-color: #DDBE5A;
}
</style>
border-color css
<style>
span { border-color: #DDBE5A; }
span { border-color: rgb(221,190,90); }
td.TdClassName
{
border-color: #DDBE5A;
}
.TagClassName
{
border-color: #DDBE5A;
}
</style>