Shades of Tacha #DBC25F
Tints of Tacha #DBC25F
RGB
CMYK
RGB Variations
Color information
#DBC25F (or 0xDBC25F) is known color: Tacha. HEX triplet: DB, C2 and 5F. RGB value is (219,194,95). Sum of RGB (Red+Green+Blue) = 219+194+95=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC25F is #243DA0. Grayscale: #BEBEBE. Windows color (decimal): -2375073 or 6275803. OLE color: 6275803.
HSL color Cylindrical-coordinate representation of color #DBC25F: hue angle of 47.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBC25F is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 95 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.14 |
| HSL | 47.9º | 0.63% | 0.62% | - |
| HSV(B) | 47.9º | 0.57% | 0.86% | - |
| XYZ | 50.57 | 54.47 | 18.67 | - |
| YUV | 190.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 95 | 0 | 0.11 | 0.57 | 0.14 | 47.9 | 0.63 | 0.62 |
| Hex | DB | C2 | 5F | 0 | B | 39 | E | 30 | 3F | 3E |
| Octal | 333 | 302 | 137 | 0 | 13 | 71 | 16 | 60 | 77 | 76 |
| Binary | 11011011 | 11000010 | 1011111 | 0 | 1011 | 111001 | 1110 | 110000 | 111111 | 111110 |
Color Harmonies of #DBC25F
Complementary color
Monochromatic Colors of #DBC25F
Black with #DBC25F
Text Example
Text Example
White with #DBC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC25F; }
p { color: rgb(219,194,95); }
H1.HeaderClassName
{
color: #DBC25F;
}
.AnyTagClassName
{
color: #DBC25F;
}
</style>
background-color css
<style>
a { background-color: #DBC25F; }
a { background-color: rgb(219,194,95); }
div.DivClassName
{
background-color: #DBC25F;
}
.BgClassName
{
background-color: #DBC25F;
}
</style>
border-color css
<style>
span { border-color: #DBC25F; }
span { border-color: rgb(219,194,95); }
td.TdClassName
{
border-color: #DBC25F;
}
.TagClassName
{
border-color: #DBC25F;
}
</style>