Shades of Tacha #DBC25C
Tints of Tacha #DBC25C
RGB
CMYK
RGB Variations
Color information
#DBC25C (or 0xDBC25C) is known color: Tacha. HEX triplet: DB, C2 and 5C. RGB value is (219,194,92). Sum of RGB (Red+Green+Blue) = 219+194+92=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC25C is #243DA3. Grayscale: #BEBEBE. Windows color (decimal): -2375076 or 6079195. OLE color: 6079195.
HSL color Cylindrical-coordinate representation of color #DBC25C: hue angle of 48.19º 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 #DBC25C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 92 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.14 |
| HSL | 48.19º | 0.64% | 0.61% | - |
| HSV(B) | 48.19º | 0.58% | 0.86% | - |
| XYZ | 50.44 | 54.42 | 17.97 | - |
| YUV | 189.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 92 | 0 | 0.11 | 0.58 | 0.14 | 48.19 | 0.64 | 0.61 |
| Hex | DB | C2 | 5C | 0 | B | 3A | E | 30 | 40 | 3D |
| Octal | 333 | 302 | 134 | 0 | 13 | 72 | 16 | 60 | 100 | 75 |
| Binary | 11011011 | 11000010 | 1011100 | 0 | 1011 | 111010 | 1110 | 110000 | 1000000 | 111101 |
Color Harmonies of #DBC25C
Complementary color
Monochromatic Colors of #DBC25C
Black with #DBC25C
Text Example
Text Example
White with #DBC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC25C; }
p { color: rgb(219,194,92); }
H1.HeaderClassName
{
color: #DBC25C;
}
.AnyTagClassName
{
color: #DBC25C;
}
</style>
background-color css
<style>
a { background-color: #DBC25C; }
a { background-color: rgb(219,194,92); }
div.DivClassName
{
background-color: #DBC25C;
}
.BgClassName
{
background-color: #DBC25C;
}
</style>
border-color css
<style>
span { border-color: #DBC25C; }
span { border-color: rgb(219,194,92); }
td.TdClassName
{
border-color: #DBC25C;
}
.TagClassName
{
border-color: #DBC25C;
}
</style>