Shades of Tacha #DBBB5C
Tints of Tacha #DBBB5C
RGB
CMYK
RGB Variations
Color information
#DBBB5C (or 0xDBBB5C) is known color: Tacha. HEX triplet: DB, BB and 5C. RGB value is (219,187,92). Sum of RGB (Red+Green+Blue) = 219+187+92=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB5C is #2444A3. Grayscale: #BABABA. Windows color (decimal): -2376868 or 6077403. OLE color: 6077403.
HSL color Cylindrical-coordinate representation of color #DBBB5C: hue angle of 44.88º 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 #DBBB5C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 92 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.14 |
| HSL | 44.88º | 0.64% | 0.61% | - |
| HSV(B) | 44.88º | 0.58% | 0.86% | - |
| XYZ | 48.92 | 51.37 | 17.46 | - |
| YUV | 185.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 92 | 0 | 0.15 | 0.58 | 0.14 | 44.88 | 0.64 | 0.61 |
| Hex | DB | BB | 5C | 0 | F | 3A | E | 2D | 40 | 3D |
| Octal | 333 | 273 | 134 | 0 | 17 | 72 | 16 | 55 | 100 | 75 |
| Binary | 11011011 | 10111011 | 1011100 | 0 | 1111 | 111010 | 1110 | 101101 | 1000000 | 111101 |
Color Harmonies of #DBBB5C
Complementary color
Monochromatic Colors of #DBBB5C
Black with #DBBB5C
Text Example
Text Example
White with #DBBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB5C; }
p { color: rgb(219,187,92); }
H1.HeaderClassName
{
color: #DBBB5C;
}
.AnyTagClassName
{
color: #DBBB5C;
}
</style>
background-color css
<style>
a { background-color: #DBBB5C; }
a { background-color: rgb(219,187,92); }
div.DivClassName
{
background-color: #DBBB5C;
}
.BgClassName
{
background-color: #DBBB5C;
}
</style>
border-color css
<style>
span { border-color: #DBBB5C; }
span { border-color: rgb(219,187,92); }
td.TdClassName
{
border-color: #DBBB5C;
}
.TagClassName
{
border-color: #DBBB5C;
}
</style>