Shades of Tacha #DBBC5E
Tints of Tacha #DBBC5E
RGB
CMYK
RGB Variations
Color information
#DBBC5E (or 0xDBBC5E) is known color: Tacha. HEX triplet: DB, BC and 5E. RGB value is (219,188,94). Sum of RGB (Red+Green+Blue) = 219+188+94=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC5E is #2443A1. Grayscale: #BABABA. Windows color (decimal): -2376610 or 6208731. OLE color: 6208731.
HSL color Cylindrical-coordinate representation of color #DBBC5E: hue angle of 45.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBBC5E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 188 | 94 | - |
CMYK | 0 | 0.14 | 0.57 | 0.14 |
HSL | 45.12º | 0.63% | 0.61% | - |
HSV(B) | 45.12º | 0.57% | 0.86% | - |
XYZ | 49.22 | 51.83 | 18 | - |
YUV | 186.55 | 75.77 | 151.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 188 | 94 | 0 | 0.14 | 0.57 | 0.14 | 45.12 | 0.63 | 0.61 |
Hex | DB | BC | 5E | 0 | E | 39 | E | 2D | 3F | 3D |
Octal | 333 | 274 | 136 | 0 | 16 | 71 | 16 | 55 | 77 | 75 |
Binary | 11011011 | 10111100 | 1011110 | 0 | 1110 | 111001 | 1110 | 101101 | 111111 | 111101 |
Color Harmonies of #DBBC5E
Complementary color
Monochromatic Colors of #DBBC5E
Black with #DBBC5E
Text Example
Text Example
White with #DBBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC5E; }
p { color: rgb(219,188,94); }
H1.HeaderClassName
{
color: #DBBC5E;
}
.AnyTagClassName
{
color: #DBBC5E;
}
</style>
background-color css
<style>
a { background-color: #DBBC5E; }
a { background-color: rgb(219,188,94); }
div.DivClassName
{
background-color: #DBBC5E;
}
.BgClassName
{
background-color: #DBBC5E;
}
</style>
border-color css
<style>
span { border-color: #DBBC5E; }
span { border-color: rgb(219,188,94); }
td.TdClassName
{
border-color: #DBBC5E;
}
.TagClassName
{
border-color: #DBBC5E;
}
</style>