Shades of Tacha #DBBD52
Tints of Tacha #DBBD52
RGB
CMYK
RGB Variations
Color information
#DBBD52 (or 0xDBBD52) is known color: Tacha. HEX triplet: DB, BD and 52. RGB value is (219,189,82). Sum of RGB (Red+Green+Blue) = 219+189+82=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD52 is #2442AD. Grayscale: #BABABA. Windows color (decimal): -2376366 or 5422555. OLE color: 5422555.
HSL color Cylindrical-coordinate representation of color #DBBD52: hue angle of 46.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBBD52 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 82 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.14 |
| HSL | 46.86º | 0.66% | 0.59% | - |
| HSV(B) | 46.86º | 0.63% | 0.86% | - |
| XYZ | 48.93 | 52.06 | 15.45 | - |
| YUV | 185.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 82 | 0 | 0.14 | 0.63 | 0.14 | 46.86 | 0.66 | 0.59 |
| Hex | DB | BD | 52 | 0 | E | 3F | E | 2F | 42 | 3B |
| Octal | 333 | 275 | 122 | 0 | 16 | 77 | 16 | 57 | 102 | 73 |
| Binary | 11011011 | 10111101 | 1010010 | 0 | 1110 | 111111 | 1110 | 101111 | 1000010 | 111011 |
Color Harmonies of #DBBD52
Complementary color
Monochromatic Colors of #DBBD52
Black with #DBBD52
Text Example
Text Example
White with #DBBD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD52; }
p { color: rgb(219,189,82); }
H1.HeaderClassName
{
color: #DBBD52;
}
.AnyTagClassName
{
color: #DBBD52;
}
</style>
background-color css
<style>
a { background-color: #DBBD52; }
a { background-color: rgb(219,189,82); }
div.DivClassName
{
background-color: #DBBD52;
}
.BgClassName
{
background-color: #DBBD52;
}
</style>
border-color css
<style>
span { border-color: #DBBD52; }
span { border-color: rgb(219,189,82); }
td.TdClassName
{
border-color: #DBBD52;
}
.TagClassName
{
border-color: #DBBD52;
}
</style>