Shades of Tacha #DBBD5A
Tints of Tacha #DBBD5A
RGB
CMYK
RGB Variations
Color information
#DBBD5A (or 0xDBBD5A) is known color: Tacha. HEX triplet: DB, BD and 5A. RGB value is (219,189,90). Sum of RGB (Red+Green+Blue) = 219+189+90=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD5A is #2442A5. Grayscale: #BBBBBB. Windows color (decimal): -2376358 or 5946843. OLE color: 5946843.
HSL color Cylindrical-coordinate representation of color #DBBD5A: hue angle of 46.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBBD5A is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 90 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.14 |
| HSL | 46.05º | 0.64% | 0.61% | - |
| HSV(B) | 46.05º | 0.59% | 0.86% | - |
| XYZ | 49.26 | 52.19 | 17.15 | - |
| YUV | 186.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 90 | 0 | 0.14 | 0.59 | 0.14 | 46.05 | 0.64 | 0.61 |
| Hex | DB | BD | 5A | 0 | E | 3B | E | 2E | 40 | 3D |
| Octal | 333 | 275 | 132 | 0 | 16 | 73 | 16 | 56 | 100 | 75 |
| Binary | 11011011 | 10111101 | 1011010 | 0 | 1110 | 111011 | 1110 | 101110 | 1000000 | 111101 |
Color Harmonies of #DBBD5A
Complementary color
Monochromatic Colors of #DBBD5A
Black with #DBBD5A
Text Example
Text Example
White with #DBBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD5A; }
p { color: rgb(219,189,90); }
H1.HeaderClassName
{
color: #DBBD5A;
}
.AnyTagClassName
{
color: #DBBD5A;
}
</style>
background-color css
<style>
a { background-color: #DBBD5A; }
a { background-color: rgb(219,189,90); }
div.DivClassName
{
background-color: #DBBD5A;
}
.BgClassName
{
background-color: #DBBD5A;
}
</style>
border-color css
<style>
span { border-color: #DBBD5A; }
span { border-color: rgb(219,189,90); }
td.TdClassName
{
border-color: #DBBD5A;
}
.TagClassName
{
border-color: #DBBD5A;
}
</style>