Shades of Tacha #DFC260
Tints of Tacha #DFC260
RGB
CMYK
RGB Variations
Color information
#DFC260 (or 0xDFC260) is known color: Tacha. HEX triplet: DF, C2 and 60. RGB value is (223,194,96). Sum of RGB (Red+Green+Blue) = 223+194+96=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC260 is #203D9F. Grayscale: #BFBFBF. Windows color (decimal): -2112928 or 6341343. OLE color: 6341343.
HSL color Cylindrical-coordinate representation of color #DFC260: hue angle of 46.3º 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 #DFC260 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 96 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.3º | 0.66% | 0.63% | - |
| HSV(B) | 46.3º | 0.57% | 0.87% | - |
| XYZ | 51.83 | 55.12 | 18.97 | - |
| YUV | 191.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 96 | 0 | 0.13 | 0.57 | 0.13 | 46.3 | 0.66 | 0.63 |
| Hex | DF | C2 | 60 | 0 | D | 39 | D | 2E | 42 | 3F |
| Octal | 337 | 302 | 140 | 0 | 15 | 71 | 15 | 56 | 102 | 77 |
| Binary | 11011111 | 11000010 | 1100000 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111111 |
Color Harmonies of #DFC260
Complementary color
Monochromatic Colors of #DFC260
Black with #DFC260
Text Example
Text Example
White with #DFC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC260; }
p { color: rgb(223,194,96); }
H1.HeaderClassName
{
color: #DFC260;
}
.AnyTagClassName
{
color: #DFC260;
}
</style>
background-color css
<style>
a { background-color: #DFC260; }
a { background-color: rgb(223,194,96); }
div.DivClassName
{
background-color: #DFC260;
}
.BgClassName
{
background-color: #DFC260;
}
</style>
border-color css
<style>
span { border-color: #DFC260; }
span { border-color: rgb(223,194,96); }
td.TdClassName
{
border-color: #DFC260;
}
.TagClassName
{
border-color: #DFC260;
}
</style>