Shades of Tacha #DBBD5B
Tints of Tacha #DBBD5B
RGB
CMYK
RGB Variations
Color information
#DBBD5B (or 0xDBBD5B) is known color: Tacha. HEX triplet: DB, BD and 5B. RGB value is (219,189,91). Sum of RGB (Red+Green+Blue) = 219+189+91=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD5B is #2442A4. Grayscale: #BBBBBB. Windows color (decimal): -2376357 or 6012379. OLE color: 6012379.
HSL color Cylindrical-coordinate representation of color #DBBD5B: hue angle of 45.94º 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 #DBBD5B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 91 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.14 |
| HSL | 45.94º | 0.64% | 0.61% | - |
| HSV(B) | 45.94º | 0.58% | 0.86% | - |
| XYZ | 49.3 | 52.21 | 17.38 | - |
| YUV | 186.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 91 | 0 | 0.14 | 0.58 | 0.14 | 45.94 | 0.64 | 0.61 |
| Hex | DB | BD | 5B | 0 | E | 3A | E | 2E | 40 | 3D |
| Octal | 333 | 275 | 133 | 0 | 16 | 72 | 16 | 56 | 100 | 75 |
| Binary | 11011011 | 10111101 | 1011011 | 0 | 1110 | 111010 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DBBD5B
Complementary color
Monochromatic Colors of #DBBD5B
Black with #DBBD5B
Text Example
Text Example
White with #DBBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD5B; }
p { color: rgb(219,189,91); }
H1.HeaderClassName
{
color: #DBBD5B;
}
.AnyTagClassName
{
color: #DBBD5B;
}
</style>
background-color css
<style>
a { background-color: #DBBD5B; }
a { background-color: rgb(219,189,91); }
div.DivClassName
{
background-color: #DBBD5B;
}
.BgClassName
{
background-color: #DBBD5B;
}
</style>
border-color css
<style>
span { border-color: #DBBD5B; }
span { border-color: rgb(219,189,91); }
td.TdClassName
{
border-color: #DBBD5B;
}
.TagClassName
{
border-color: #DBBD5B;
}
</style>