Shades of Tacha #DFC261
Tints of Tacha #DFC261
RGB
CMYK
RGB Variations
Color information
#DFC261 (or 0xDFC261) is known color: Tacha. HEX triplet: DF, C2 and 61. RGB value is (223,194,97). Sum of RGB (Red+Green+Blue) = 223+194+97=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC261 is #203D9E. Grayscale: #C0C0C0. Windows color (decimal): -2112927 or 6406879. OLE color: 6406879.
HSL color Cylindrical-coordinate representation of color #DFC261: hue angle of 46.19º 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 #DFC261 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 97 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.13 |
| HSL | 46.19º | 0.66% | 0.63% | - |
| HSV(B) | 46.19º | 0.57% | 0.87% | - |
| XYZ | 51.88 | 55.13 | 19.22 | - |
| YUV | 191.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 97 | 0 | 0.13 | 0.57 | 0.13 | 46.19 | 0.66 | 0.63 |
| Hex | DF | C2 | 61 | 0 | D | 39 | D | 2E | 42 | 3F |
| Octal | 337 | 302 | 141 | 0 | 15 | 71 | 15 | 56 | 102 | 77 |
| Binary | 11011111 | 11000010 | 1100001 | 0 | 1101 | 111001 | 1101 | 101110 | 1000010 | 111111 |
Color Harmonies of #DFC261
Complementary color
Monochromatic Colors of #DFC261
Black with #DFC261
Text Example
Text Example
White with #DFC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC261; }
p { color: rgb(223,194,97); }
H1.HeaderClassName
{
color: #DFC261;
}
.AnyTagClassName
{
color: #DFC261;
}
</style>
background-color css
<style>
a { background-color: #DFC261; }
a { background-color: rgb(223,194,97); }
div.DivClassName
{
background-color: #DFC261;
}
.BgClassName
{
background-color: #DFC261;
}
</style>
border-color css
<style>
span { border-color: #DFC261; }
span { border-color: rgb(223,194,97); }
td.TdClassName
{
border-color: #DFC261;
}
.TagClassName
{
border-color: #DFC261;
}
</style>