Shades of Tacha #DBC262
Tints of Tacha #DBC262
RGB
CMYK
RGB Variations
Color information
#DBC262 (or 0xDBC262) is known color: Tacha. HEX triplet: DB, C2 and 62. RGB value is (219,194,98). Sum of RGB (Red+Green+Blue) = 219+194+98=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC262 is #243D9D. Grayscale: #BEBEBE. Windows color (decimal): -2375070 or 6472411. OLE color: 6472411.
HSL color Cylindrical-coordinate representation of color #DBC262: hue angle of 47.6º 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 #DBC262 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 98 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.14 |
| HSL | 47.6º | 0.63% | 0.62% | - |
| HSV(B) | 47.6º | 0.55% | 0.86% | - |
| XYZ | 50.71 | 54.53 | 19.41 | - |
| YUV | 190.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 98 | 0 | 0.11 | 0.55 | 0.14 | 47.6 | 0.63 | 0.62 |
| Hex | DB | C2 | 62 | 0 | B | 37 | E | 30 | 3F | 3E |
| Octal | 333 | 302 | 142 | 0 | 13 | 67 | 16 | 60 | 77 | 76 |
| Binary | 11011011 | 11000010 | 1100010 | 0 | 1011 | 110111 | 1110 | 110000 | 111111 | 111110 |
Color Harmonies of #DBC262
Complementary color
Monochromatic Colors of #DBC262
Black with #DBC262
Text Example
Text Example
White with #DBC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC262; }
p { color: rgb(219,194,98); }
H1.HeaderClassName
{
color: #DBC262;
}
.AnyTagClassName
{
color: #DBC262;
}
</style>
background-color css
<style>
a { background-color: #DBC262; }
a { background-color: rgb(219,194,98); }
div.DivClassName
{
background-color: #DBC262;
}
.BgClassName
{
background-color: #DBC262;
}
</style>
border-color css
<style>
span { border-color: #DBC262; }
span { border-color: rgb(219,194,98); }
td.TdClassName
{
border-color: #DBC262;
}
.TagClassName
{
border-color: #DBC262;
}
</style>