Shades of Tacha #DBC95C
Tints of Tacha #DBC95C
RGB
CMYK
RGB Variations
Color information
#DBC95C (or 0xDBC95C) is known color: Tacha. HEX triplet: DB, C9 and 5C. RGB value is (219,201,92). Sum of RGB (Red+Green+Blue) = 219+201+92=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC95C is #2436A3. Grayscale: #C2C2C2. Windows color (decimal): -2373284 or 6080987. OLE color: 6080987.
HSL color Cylindrical-coordinate representation of color #DBC95C: hue angle of 51.5º 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 #DBC95C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 92 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.14 |
| HSL | 51.5º | 0.64% | 0.61% | - |
| HSV(B) | 51.5º | 0.58% | 0.86% | - |
| XYZ | 52.03 | 57.61 | 18.5 | - |
| YUV | 193.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 92 | 0 | 0.08 | 0.58 | 0.14 | 51.5 | 0.64 | 0.61 |
| Hex | DB | C9 | 5C | 0 | 8 | 3A | E | 33 | 40 | 3D |
| Octal | 333 | 311 | 134 | 0 | 10 | 72 | 16 | 63 | 100 | 75 |
| Binary | 11011011 | 11001001 | 1011100 | 0 | 1000 | 111010 | 1110 | 110011 | 1000000 | 111101 |
Color Harmonies of #DBC95C
Complementary color
Monochromatic Colors of #DBC95C
Black with #DBC95C
Text Example
Text Example
White with #DBC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC95C; }
p { color: rgb(219,201,92); }
H1.HeaderClassName
{
color: #DBC95C;
}
.AnyTagClassName
{
color: #DBC95C;
}
</style>
background-color css
<style>
a { background-color: #DBC95C; }
a { background-color: rgb(219,201,92); }
div.DivClassName
{
background-color: #DBC95C;
}
.BgClassName
{
background-color: #DBC95C;
}
</style>
border-color css
<style>
span { border-color: #DBC95C; }
span { border-color: rgb(219,201,92); }
td.TdClassName
{
border-color: #DBC95C;
}
.TagClassName
{
border-color: #DBC95C;
}
</style>