Shades of Tacha #DBC263
Tints of Tacha #DBC263
RGB
CMYK
RGB Variations
Color information
#DBC263 (or 0xDBC263) is known color: Tacha. HEX triplet: DB, C2 and 63. RGB value is (219,194,99). Sum of RGB (Red+Green+Blue) = 219+194+99=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC263 is #243D9C. Grayscale: #BFBFBF. Windows color (decimal): -2375069 or 6537947. OLE color: 6537947.
HSL color Cylindrical-coordinate representation of color #DBC263: hue angle of 47.5º degrees, saturation: 0.62, 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 #DBC263 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 99 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.14 |
| HSL | 47.5º | 0.63% | 0.62% | - |
| HSV(B) | 47.5º | 0.55% | 0.86% | - |
| XYZ | 50.76 | 54.54 | 19.66 | - |
| YUV | 190.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 99 | 0 | 0.11 | 0.55 | 0.14 | 47.5 | 0.63 | 0.62 |
| Hex | DB | C2 | 63 | 0 | B | 37 | E | 30 | 3E | 3E |
| Octal | 333 | 302 | 143 | 0 | 13 | 67 | 16 | 60 | 76 | 76 |
| Binary | 11011011 | 11000010 | 1100011 | 0 | 1011 | 110111 | 1110 | 110000 | 111110 | 111110 |
Color Harmonies of #DBC263
Complementary color
Monochromatic Colors of #DBC263
Black with #DBC263
Text Example
Text Example
White with #DBC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC263; }
p { color: rgb(219,194,99); }
H1.HeaderClassName
{
color: #DBC263;
}
.AnyTagClassName
{
color: #DBC263;
}
</style>
background-color css
<style>
a { background-color: #DBC263; }
a { background-color: rgb(219,194,99); }
div.DivClassName
{
background-color: #DBC263;
}
.BgClassName
{
background-color: #DBC263;
}
</style>
border-color css
<style>
span { border-color: #DBC263; }
span { border-color: rgb(219,194,99); }
td.TdClassName
{
border-color: #DBC263;
}
.TagClassName
{
border-color: #DBC263;
}
</style>