Shades of Tacha #DBBD60
Tints of Tacha #DBBD60
RGB
CMYK
RGB Variations
Color information
#DBBD60 (or 0xDBBD60) is known color: Tacha. HEX triplet: DB, BD and 60. RGB value is (219,189,96). Sum of RGB (Red+Green+Blue) = 219+189+96=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD60 is #24429F. Grayscale: #BBBBBB. Windows color (decimal): -2376352 or 6340059. OLE color: 6340059.
HSL color Cylindrical-coordinate representation of color #DBBD60: hue angle of 45.37º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBBD60 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 96 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.14 |
| HSL | 45.37º | 0.63% | 0.62% | - |
| HSV(B) | 45.37º | 0.56% | 0.86% | - |
| XYZ | 49.52 | 52.3 | 18.55 | - |
| YUV | 187.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 96 | 0 | 0.14 | 0.56 | 0.14 | 45.37 | 0.63 | 0.62 |
| Hex | DB | BD | 60 | 0 | E | 38 | E | 2D | 3F | 3E |
| Octal | 333 | 275 | 140 | 0 | 16 | 70 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111101 | 1100000 | 0 | 1110 | 111000 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBD60
Complementary color
Monochromatic Colors of #DBBD60
Black with #DBBD60
Text Example
Text Example
White with #DBBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD60; }
p { color: rgb(219,189,96); }
H1.HeaderClassName
{
color: #DBBD60;
}
.AnyTagClassName
{
color: #DBBD60;
}
</style>
background-color css
<style>
a { background-color: #DBBD60; }
a { background-color: rgb(219,189,96); }
div.DivClassName
{
background-color: #DBBD60;
}
.BgClassName
{
background-color: #DBBD60;
}
</style>
border-color css
<style>
span { border-color: #DBBD60; }
span { border-color: rgb(219,189,96); }
td.TdClassName
{
border-color: #DBBD60;
}
.TagClassName
{
border-color: #DBBD60;
}
</style>