Shades of Tacha #DFC65C
Tints of Tacha #DFC65C
RGB
CMYK
RGB Variations
Color information
#DFC65C (or 0xDFC65C) is known color: Tacha. HEX triplet: DF, C6 and 5C. RGB value is (223,198,92). Sum of RGB (Red+Green+Blue) = 223+198+92=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC65C is #2039A3. Grayscale: #C1C1C1. Windows color (decimal): -2111908 or 6080223. OLE color: 6080223.
HSL color Cylindrical-coordinate representation of color #DFC65C: hue angle of 48.55º 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 #DFC65C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 92 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.13 |
| HSL | 48.55º | 0.67% | 0.62% | - |
| HSV(B) | 48.55º | 0.59% | 0.87% | - |
| XYZ | 52.56 | 56.85 | 18.33 | - |
| YUV | 193.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 92 | 0 | 0.11 | 0.59 | 0.13 | 48.55 | 0.67 | 0.62 |
| Hex | DF | C6 | 5C | 0 | B | 3B | D | 31 | 43 | 3E |
| Octal | 337 | 306 | 134 | 0 | 13 | 73 | 15 | 61 | 103 | 76 |
| Binary | 11011111 | 11000110 | 1011100 | 0 | 1011 | 111011 | 1101 | 110001 | 1000011 | 111110 |
Color Harmonies of #DFC65C
Complementary color
Monochromatic Colors of #DFC65C
Black with #DFC65C
Text Example
Text Example
White with #DFC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC65C; }
p { color: rgb(223,198,92); }
H1.HeaderClassName
{
color: #DFC65C;
}
.AnyTagClassName
{
color: #DFC65C;
}
</style>
background-color css
<style>
a { background-color: #DFC65C; }
a { background-color: rgb(223,198,92); }
div.DivClassName
{
background-color: #DFC65C;
}
.BgClassName
{
background-color: #DFC65C;
}
</style>
border-color css
<style>
span { border-color: #DFC65C; }
span { border-color: rgb(223,198,92); }
td.TdClassName
{
border-color: #DFC65C;
}
.TagClassName
{
border-color: #DFC65C;
}
</style>