Shades of Tacha #DBBD5D
Tints of Tacha #DBBD5D
RGB
CMYK
RGB Variations
Color information
#DBBD5D (or 0xDBBD5D) is known color: Tacha. HEX triplet: DB, BD and 5D. RGB value is (219,189,93). Sum of RGB (Red+Green+Blue) = 219+189+93=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD5D is #2442A2. Grayscale: #BBBBBB. Windows color (decimal): -2376355 or 6143451. OLE color: 6143451.
HSL color Cylindrical-coordinate representation of color #DBBD5D: hue angle of 45.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBBD5D is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 93 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.14 |
| HSL | 45.71º | 0.64% | 0.61% | - |
| HSV(B) | 45.71º | 0.58% | 0.86% | - |
| XYZ | 49.39 | 52.25 | 17.84 | - |
| YUV | 187.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 93 | 0 | 0.14 | 0.58 | 0.14 | 45.71 | 0.64 | 0.61 |
| Hex | DB | BD | 5D | 0 | E | 3A | E | 2E | 40 | 3D |
| Octal | 333 | 275 | 135 | 0 | 16 | 72 | 16 | 56 | 100 | 75 |
| Binary | 11011011 | 10111101 | 1011101 | 0 | 1110 | 111010 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DBBD5D
Complementary color
Monochromatic Colors of #DBBD5D
Black with #DBBD5D
Text Example
Text Example
White with #DBBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD5D; }
p { color: rgb(219,189,93); }
H1.HeaderClassName
{
color: #DBBD5D;
}
.AnyTagClassName
{
color: #DBBD5D;
}
</style>
background-color css
<style>
a { background-color: #DBBD5D; }
a { background-color: rgb(219,189,93); }
div.DivClassName
{
background-color: #DBBD5D;
}
.BgClassName
{
background-color: #DBBD5D;
}
</style>
border-color css
<style>
span { border-color: #DBBD5D; }
span { border-color: rgb(219,189,93); }
td.TdClassName
{
border-color: #DBBD5D;
}
.TagClassName
{
border-color: #DBBD5D;
}
</style>