Shades of Tacha #DBBD5E
Tints of Tacha #DBBD5E
RGB
CMYK
RGB Variations
Color information
#DBBD5E (or 0xDBBD5E) is known color: Tacha. HEX triplet: DB, BD and 5E. RGB value is (219,189,94). Sum of RGB (Red+Green+Blue) = 219+189+94=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD5E is #2442A1. Grayscale: #BBBBBB. Windows color (decimal): -2376354 or 6208987. OLE color: 6208987.
HSL color Cylindrical-coordinate representation of color #DBBD5E: hue angle of 45.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBBD5E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 94 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.14 |
| HSL | 45.6º | 0.63% | 0.61% | - |
| HSV(B) | 45.6º | 0.57% | 0.86% | - |
| XYZ | 49.43 | 52.26 | 18.07 | - |
| YUV | 187.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 94 | 0 | 0.14 | 0.57 | 0.14 | 45.6 | 0.63 | 0.61 |
| Hex | DB | BD | 5E | 0 | E | 39 | E | 2E | 3F | 3D |
| Octal | 333 | 275 | 136 | 0 | 16 | 71 | 16 | 56 | 77 | 75 |
| Binary | 11011011 | 10111101 | 1011110 | 0 | 1110 | 111001 | 1110 | 101110 | 111111 | 111101 |
Color Harmonies of #DBBD5E
Complementary color
Monochromatic Colors of #DBBD5E
Black with #DBBD5E
Text Example
Text Example
White with #DBBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD5E; }
p { color: rgb(219,189,94); }
H1.HeaderClassName
{
color: #DBBD5E;
}
.AnyTagClassName
{
color: #DBBD5E;
}
</style>
background-color css
<style>
a { background-color: #DBBD5E; }
a { background-color: rgb(219,189,94); }
div.DivClassName
{
background-color: #DBBD5E;
}
.BgClassName
{
background-color: #DBBD5E;
}
</style>
border-color css
<style>
span { border-color: #DBBD5E; }
span { border-color: rgb(219,189,94); }
td.TdClassName
{
border-color: #DBBD5E;
}
.TagClassName
{
border-color: #DBBD5E;
}
</style>