Shades of Tacha #DBBD62
Tints of Tacha #DBBD62
RGB
CMYK
RGB Variations
Color information
#DBBD62 (or 0xDBBD62) is known color: Tacha. HEX triplet: DB, BD and 62. RGB value is (219,189,98). Sum of RGB (Red+Green+Blue) = 219+189+98=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD62 is #24429D. Grayscale: #BBBBBB. Windows color (decimal): -2376350 or 6471131. OLE color: 6471131.
HSL color Cylindrical-coordinate representation of color #DBBD62: hue angle of 45.12º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBBD62 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 98 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.14 |
| HSL | 45.12º | 0.63% | 0.62% | - |
| HSV(B) | 45.12º | 0.55% | 0.86% | - |
| XYZ | 49.62 | 52.34 | 19.04 | - |
| YUV | 187.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 98 | 0 | 0.14 | 0.55 | 0.14 | 45.12 | 0.63 | 0.62 |
| Hex | DB | BD | 62 | 0 | E | 37 | E | 2D | 3F | 3E |
| Octal | 333 | 275 | 142 | 0 | 16 | 67 | 16 | 55 | 77 | 76 |
| Binary | 11011011 | 10111101 | 1100010 | 0 | 1110 | 110111 | 1110 | 101101 | 111111 | 111110 |
Color Harmonies of #DBBD62
Complementary color
Monochromatic Colors of #DBBD62
Black with #DBBD62
Text Example
Text Example
White with #DBBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD62; }
p { color: rgb(219,189,98); }
H1.HeaderClassName
{
color: #DBBD62;
}
.AnyTagClassName
{
color: #DBBD62;
}
</style>
background-color css
<style>
a { background-color: #DBBD62; }
a { background-color: rgb(219,189,98); }
div.DivClassName
{
background-color: #DBBD62;
}
.BgClassName
{
background-color: #DBBD62;
}
</style>
border-color css
<style>
span { border-color: #DBBD62; }
span { border-color: rgb(219,189,98); }
td.TdClassName
{
border-color: #DBBD62;
}
.TagClassName
{
border-color: #DBBD62;
}
</style>