Shades of Tacha #DBBD53
Tints of Tacha #DBBD53
RGB
CMYK
RGB Variations
Color information
#DBBD53 (or 0xDBBD53) is known color: Tacha. HEX triplet: DB, BD and 53. RGB value is (219,189,83). Sum of RGB (Red+Green+Blue) = 219+189+83=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD53 is #2442AC. Grayscale: #BABABA. Windows color (decimal): -2376365 or 5488091. OLE color: 5488091.
HSL color Cylindrical-coordinate representation of color #DBBD53: hue angle of 46.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBBD53 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 83 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.14 |
| HSL | 46.76º | 0.65% | 0.59% | - |
| HSV(B) | 46.76º | 0.62% | 0.86% | - |
| XYZ | 48.97 | 52.08 | 15.65 | - |
| YUV | 185.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 83 | 0 | 0.14 | 0.62 | 0.14 | 46.76 | 0.65 | 0.59 |
| Hex | DB | BD | 53 | 0 | E | 3E | E | 2F | 41 | 3B |
| Octal | 333 | 275 | 123 | 0 | 16 | 76 | 16 | 57 | 101 | 73 |
| Binary | 11011011 | 10111101 | 1010011 | 0 | 1110 | 111110 | 1110 | 101111 | 1000001 | 111011 |
Color Harmonies of #DBBD53
Complementary color
Monochromatic Colors of #DBBD53
Black with #DBBD53
Text Example
Text Example
White with #DBBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD53; }
p { color: rgb(219,189,83); }
H1.HeaderClassName
{
color: #DBBD53;
}
.AnyTagClassName
{
color: #DBBD53;
}
</style>
background-color css
<style>
a { background-color: #DBBD53; }
a { background-color: rgb(219,189,83); }
div.DivClassName
{
background-color: #DBBD53;
}
.BgClassName
{
background-color: #DBBD53;
}
</style>
border-color css
<style>
span { border-color: #DBBD53; }
span { border-color: rgb(219,189,83); }
td.TdClassName
{
border-color: #DBBD53;
}
.TagClassName
{
border-color: #DBBD53;
}
</style>