Shades of Tacha #DFC15E
Tints of Tacha #DFC15E
RGB
CMYK
RGB Variations
Color information
#DFC15E (or 0xDFC15E) is known color: Tacha. HEX triplet: DF, C1 and 5E. RGB value is (223,193,94). Sum of RGB (Red+Green+Blue) = 223+193+94=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC15E is #203EA1. Grayscale: #BFBFBF. Windows color (decimal): -2113186 or 6210015. OLE color: 6210015.
HSL color Cylindrical-coordinate representation of color #DFC15E: hue angle of 46.05º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFC15E is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 94 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.13 |
| HSL | 46.05º | 0.67% | 0.62% | - |
| HSV(B) | 46.05º | 0.58% | 0.87% | - |
| XYZ | 51.52 | 54.64 | 18.42 | - |
| YUV | 190.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 94 | 0 | 0.13 | 0.58 | 0.13 | 46.05 | 0.67 | 0.62 |
| Hex | DF | C1 | 5E | 0 | D | 3A | D | 2E | 43 | 3E |
| Octal | 337 | 301 | 136 | 0 | 15 | 72 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000001 | 1011110 | 0 | 1101 | 111010 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC15E
Complementary color
Monochromatic Colors of #DFC15E
Black with #DFC15E
Text Example
Text Example
White with #DFC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC15E; }
p { color: rgb(223,193,94); }
H1.HeaderClassName
{
color: #DFC15E;
}
.AnyTagClassName
{
color: #DFC15E;
}
</style>
background-color css
<style>
a { background-color: #DFC15E; }
a { background-color: rgb(223,193,94); }
div.DivClassName
{
background-color: #DFC15E;
}
.BgClassName
{
background-color: #DFC15E;
}
</style>
border-color css
<style>
span { border-color: #DFC15E; }
span { border-color: rgb(223,193,94); }
td.TdClassName
{
border-color: #DFC15E;
}
.TagClassName
{
border-color: #DFC15E;
}
</style>