Shades of Tacha #DBB95A
Tints of Tacha #DBB95A
RGB
CMYK
RGB Variations
Color information
#DBB95A (or 0xDBB95A) is known color: Tacha. HEX triplet: DB, B9 and 5A. RGB value is (219,185,90). Sum of RGB (Red+Green+Blue) = 219+185+90=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB95A is #2446A5. Grayscale: #B8B8B8. Windows color (decimal): -2377382 or 5945819. OLE color: 5945819.
HSL color Cylindrical-coordinate representation of color #DBB95A: hue angle of 44.19º 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 #DBB95A is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 90 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.14 |
| HSL | 44.19º | 0.64% | 0.61% | - |
| HSV(B) | 44.19º | 0.59% | 0.86% | - |
| XYZ | 48.41 | 50.5 | 16.87 | - |
| YUV | 184.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 90 | 0 | 0.16 | 0.59 | 0.14 | 44.19 | 0.64 | 0.61 |
| Hex | DB | B9 | 5A | 0 | 10 | 3B | E | 2C | 40 | 3D |
| Octal | 333 | 271 | 132 | 0 | 20 | 73 | 16 | 54 | 100 | 75 |
| Binary | 11011011 | 10111001 | 1011010 | 0 | 10000 | 111011 | 1110 | 101100 | 1000000 | 111101 |
Color Harmonies of #DBB95A
Complementary color
Monochromatic Colors of #DBB95A
Black with #DBB95A
Text Example
Text Example
White with #DBB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB95A; }
p { color: rgb(219,185,90); }
H1.HeaderClassName
{
color: #DBB95A;
}
.AnyTagClassName
{
color: #DBB95A;
}
</style>
background-color css
<style>
a { background-color: #DBB95A; }
a { background-color: rgb(219,185,90); }
div.DivClassName
{
background-color: #DBB95A;
}
.BgClassName
{
background-color: #DBB95A;
}
</style>
border-color css
<style>
span { border-color: #DBB95A; }
span { border-color: rgb(219,185,90); }
td.TdClassName
{
border-color: #DBB95A;
}
.TagClassName
{
border-color: #DBB95A;
}
</style>