Shades of Tacha #DFC161
Tints of Tacha #DFC161
RGB
CMYK
RGB Variations
Color information
#DFC161 (or 0xDFC161) is known color: Tacha. HEX triplet: DF, C1 and 61. RGB value is (223,193,97). Sum of RGB (Red+Green+Blue) = 223+193+97=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC161 is #203E9E. Grayscale: #BFBFBF. Windows color (decimal): -2113183 or 6406623. OLE color: 6406623.
HSL color Cylindrical-coordinate representation of color #DFC161: hue angle of 45.71º 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 #DFC161 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 97 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 45.71º | 0.66% | 0.63% | - |
| HSV(B) | 45.71º | 0.57% | 0.87% | - |
| XYZ | 51.66 | 54.69 | 19.14 | - |
| YUV | 191.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 97 | 0 | 0.13 | 0.57 | 0.13 | 45.71 | 0.66 | 0.63 |
| Hex | DF | C1 | 61 | 0 | D | 39 | D | 2E | 42 | 3F |
| Octal | 337 | 301 | 141 | 0 | 15 | 71 | 15 | 56 | 102 | 77 |
| Binary | 11011111 | 11000001 | 1100001 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111111 |
Color Harmonies of #DFC161
Complementary color
Monochromatic Colors of #DFC161
Black with #DFC161
Text Example
Text Example
White with #DFC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC161; }
p { color: rgb(223,193,97); }
H1.HeaderClassName
{
color: #DFC161;
}
.AnyTagClassName
{
color: #DFC161;
}
</style>
background-color css
<style>
a { background-color: #DFC161; }
a { background-color: rgb(223,193,97); }
div.DivClassName
{
background-color: #DFC161;
}
.BgClassName
{
background-color: #DFC161;
}
</style>
border-color css
<style>
span { border-color: #DFC161; }
span { border-color: rgb(223,193,97); }
td.TdClassName
{
border-color: #DFC161;
}
.TagClassName
{
border-color: #DFC161;
}
</style>