Shades of Tacha #DEBC58
Tints of Tacha #DEBC58
RGB
CMYK
RGB Variations
Color information
#DEBC58 (or 0xDEBC58) is known color: Tacha. HEX triplet: DE, BC and 58. RGB value is (222,188,88). Sum of RGB (Red+Green+Blue) = 222+188+88=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC58 is #2143A7. Grayscale: #BBBBBB. Windows color (decimal): -2180008 or 5815518. OLE color: 5815518.
HSL color Cylindrical-coordinate representation of color #DEBC58: hue angle of 44.78º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEBC58 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 88 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.13 |
| HSL | 44.78º | 0.67% | 0.61% | - |
| HSV(B) | 44.78º | 0.6% | 0.87% | - |
| XYZ | 49.87 | 52.2 | 16.68 | - |
| YUV | 186.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 88 | 0 | 0.15 | 0.60 | 0.13 | 44.78 | 0.67 | 0.61 |
| Hex | DE | BC | 58 | 0 | F | 3C | D | 2D | 43 | 3D |
| Octal | 336 | 274 | 130 | 0 | 17 | 74 | 15 | 55 | 103 | 75 |
| Binary | 11011110 | 10111100 | 1011000 | 0 | 1111 | 111100 | 1101 | 101101 | 1000011 | 111101 |
Color Harmonies of #DEBC58
Complementary color
Monochromatic Colors of #DEBC58
Black with #DEBC58
Text Example
Text Example
White with #DEBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC58; }
p { color: rgb(222,188,88); }
H1.HeaderClassName
{
color: #DEBC58;
}
.AnyTagClassName
{
color: #DEBC58;
}
</style>
background-color css
<style>
a { background-color: #DEBC58; }
a { background-color: rgb(222,188,88); }
div.DivClassName
{
background-color: #DEBC58;
}
.BgClassName
{
background-color: #DEBC58;
}
</style>
border-color css
<style>
span { border-color: #DEBC58; }
span { border-color: rgb(222,188,88); }
td.TdClassName
{
border-color: #DEBC58;
}
.TagClassName
{
border-color: #DEBC58;
}
</style>