Shades of Tacha #DFC160
Tints of Tacha #DFC160
RGB
CMYK
RGB Variations
Color information
#DFC160 (or 0xDFC160) is known color: Tacha. HEX triplet: DF, C1 and 60. RGB value is (223,193,96). Sum of RGB (Red+Green+Blue) = 223+193+96=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC160 is #203E9F. Grayscale: #BFBFBF. Windows color (decimal): -2113184 or 6341087. OLE color: 6341087.
HSL color Cylindrical-coordinate representation of color #DFC160: hue angle of 45.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC160 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 96 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 45.83º | 0.66% | 0.63% | - |
| HSV(B) | 45.83º | 0.57% | 0.87% | - |
| XYZ | 51.61 | 54.67 | 18.9 | - |
| YUV | 190.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 96 | 0 | 0.13 | 0.57 | 0.13 | 45.83 | 0.66 | 0.63 |
| Hex | DF | C1 | 60 | 0 | D | 39 | D | 2E | 42 | 3F |
| Octal | 337 | 301 | 140 | 0 | 15 | 71 | 15 | 56 | 102 | 77 |
| Binary | 11011111 | 11000001 | 1100000 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111111 |
Color Harmonies of #DFC160
Complementary color
Monochromatic Colors of #DFC160
Black with #DFC160
Text Example
Text Example
White with #DFC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC160; }
p { color: rgb(223,193,96); }
H1.HeaderClassName
{
color: #DFC160;
}
.AnyTagClassName
{
color: #DFC160;
}
</style>
background-color css
<style>
a { background-color: #DFC160; }
a { background-color: rgb(223,193,96); }
div.DivClassName
{
background-color: #DFC160;
}
.BgClassName
{
background-color: #DFC160;
}
</style>
border-color css
<style>
span { border-color: #DFC160; }
span { border-color: rgb(223,193,96); }
td.TdClassName
{
border-color: #DFC160;
}
.TagClassName
{
border-color: #DFC160;
}
</style>