Shades of Tacha #DFC55E
Tints of Tacha #DFC55E
RGB
CMYK
RGB Variations
Color information
#DFC55E (or 0xDFC55E) is known color: Tacha. HEX triplet: DF, C5 and 5E. RGB value is (223,197,94). Sum of RGB (Red+Green+Blue) = 223+197+94=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC55E is #203AA1. Grayscale: #C1C1C1. Windows color (decimal): -2112162 or 6211039. OLE color: 6211039.
HSL color Cylindrical-coordinate representation of color #DFC55E: hue angle of 47.91º 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 #DFC55E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 94 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.13 |
| HSL | 47.91º | 0.67% | 0.62% | - |
| HSV(B) | 47.91º | 0.58% | 0.87% | - |
| XYZ | 52.42 | 56.43 | 18.72 | - |
| YUV | 193.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 94 | 0 | 0.12 | 0.58 | 0.13 | 47.91 | 0.67 | 0.62 |
| Hex | DF | C5 | 5E | 0 | C | 3A | D | 30 | 43 | 3E |
| Octal | 337 | 305 | 136 | 0 | 14 | 72 | 15 | 60 | 103 | 76 |
| Binary | 11011111 | 11000101 | 1011110 | 0 | 1100 | 111010 | 1101 | 110000 | 1000011 | 111110 |
Color Harmonies of #DFC55E
Complementary color
Monochromatic Colors of #DFC55E
Black with #DFC55E
Text Example
Text Example
White with #DFC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC55E; }
p { color: rgb(223,197,94); }
H1.HeaderClassName
{
color: #DFC55E;
}
.AnyTagClassName
{
color: #DFC55E;
}
</style>
background-color css
<style>
a { background-color: #DFC55E; }
a { background-color: rgb(223,197,94); }
div.DivClassName
{
background-color: #DFC55E;
}
.BgClassName
{
background-color: #DFC55E;
}
</style>
border-color css
<style>
span { border-color: #DFC55E; }
span { border-color: rgb(223,197,94); }
td.TdClassName
{
border-color: #DFC55E;
}
.TagClassName
{
border-color: #DFC55E;
}
</style>