Shades of Tacha #DBC05C
Tints of Tacha #DBC05C
RGB
CMYK
RGB Variations
Color information
#DBC05C (or 0xDBC05C) is known color: Tacha. HEX triplet: DB, C0 and 5C. RGB value is (219,192,92). Sum of RGB (Red+Green+Blue) = 219+192+92=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC05C is #243FA3. Grayscale: #BDBDBD. Windows color (decimal): -2375588 or 6078683. OLE color: 6078683.
HSL color Cylindrical-coordinate representation of color #DBC05C: hue angle of 47.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBC05C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 92 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.14 |
| HSL | 47.24º | 0.64% | 0.61% | - |
| HSV(B) | 47.24º | 0.58% | 0.86% | - |
| XYZ | 49.99 | 53.53 | 17.82 | - |
| YUV | 188.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 92 | 0 | 0.12 | 0.58 | 0.14 | 47.24 | 0.64 | 0.61 |
| Hex | DB | C0 | 5C | 0 | C | 3A | E | 2F | 40 | 3D |
| Octal | 333 | 300 | 134 | 0 | 14 | 72 | 16 | 57 | 100 | 75 |
| Binary | 11011011 | 11000000 | 1011100 | 0 | 1100 | 111010 | 1110 | 101111 | 1000000 | 111101 |
Color Harmonies of #DBC05C
Complementary color
Monochromatic Colors of #DBC05C
Black with #DBC05C
Text Example
Text Example
White with #DBC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC05C; }
p { color: rgb(219,192,92); }
H1.HeaderClassName
{
color: #DBC05C;
}
.AnyTagClassName
{
color: #DBC05C;
}
</style>
background-color css
<style>
a { background-color: #DBC05C; }
a { background-color: rgb(219,192,92); }
div.DivClassName
{
background-color: #DBC05C;
}
.BgClassName
{
background-color: #DBC05C;
}
</style>
border-color css
<style>
span { border-color: #DBC05C; }
span { border-color: rgb(219,192,92); }
td.TdClassName
{
border-color: #DBC05C;
}
.TagClassName
{
border-color: #DBC05C;
}
</style>