Shades of Tacha #DFC05C
Tints of Tacha #DFC05C
RGB
CMYK
RGB Variations
Color information
#DFC05C (or 0xDFC05C) is known color: Tacha. HEX triplet: DF, C0 and 5C. RGB value is (223,192,92). Sum of RGB (Red+Green+Blue) = 223+192+92=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC05C is #203FA3. Grayscale: #BEBEBE. Windows color (decimal): -2113444 or 6078687. OLE color: 6078687.
HSL color Cylindrical-coordinate representation of color #DFC05C: hue angle of 45.8º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFC05C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 92 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.13 |
| HSL | 45.8º | 0.67% | 0.62% | - |
| HSV(B) | 45.8º | 0.59% | 0.87% | - |
| XYZ | 51.21 | 54.16 | 17.88 | - |
| YUV | 189.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 92 | 0 | 0.14 | 0.59 | 0.13 | 45.8 | 0.67 | 0.62 |
| Hex | DF | C0 | 5C | 0 | E | 3B | D | 2E | 43 | 3E |
| Octal | 337 | 300 | 134 | 0 | 16 | 73 | 15 | 56 | 103 | 76 |
| Binary | 11011111 | 11000000 | 1011100 | 0 | 1110 | 111011 | 1101 | 101110 | 1000011 | 111110 |
Color Harmonies of #DFC05C
Complementary color
Monochromatic Colors of #DFC05C
Black with #DFC05C
Text Example
Text Example
White with #DFC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC05C; }
p { color: rgb(223,192,92); }
H1.HeaderClassName
{
color: #DFC05C;
}
.AnyTagClassName
{
color: #DFC05C;
}
</style>
background-color css
<style>
a { background-color: #DFC05C; }
a { background-color: rgb(223,192,92); }
div.DivClassName
{
background-color: #DFC05C;
}
.BgClassName
{
background-color: #DFC05C;
}
</style>
border-color css
<style>
span { border-color: #DFC05C; }
span { border-color: rgb(223,192,92); }
td.TdClassName
{
border-color: #DFC05C;
}
.TagClassName
{
border-color: #DFC05C;
}
</style>