Shades of Tacha #DFC55C
Tints of Tacha #DFC55C
RGB
CMYK
RGB Variations
Color information
#DFC55C (or 0xDFC55C) is known color: Tacha. HEX triplet: DF, C5 and 5C. RGB value is (223,197,92). Sum of RGB (Red+Green+Blue) = 223+197+92=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC55C is #203AA3. Grayscale: #C1C1C1. Windows color (decimal): -2112164 or 6079967. OLE color: 6079967.
HSL color Cylindrical-coordinate representation of color #DFC55C: hue angle of 48.09º 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 #DFC55C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 92 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.13 |
| HSL | 48.09º | 0.67% | 0.62% | - |
| HSV(B) | 48.09º | 0.59% | 0.87% | - |
| XYZ | 52.33 | 56.39 | 18.25 | - |
| YUV | 192.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 92 | 0 | 0.12 | 0.59 | 0.13 | 48.09 | 0.67 | 0.62 |
| Hex | DF | C5 | 5C | 0 | C | 3B | D | 30 | 43 | 3E |
| Octal | 337 | 305 | 134 | 0 | 14 | 73 | 15 | 60 | 103 | 76 |
| Binary | 11011111 | 11000101 | 1011100 | 0 | 1100 | 111011 | 1101 | 110000 | 1000011 | 111110 |
Color Harmonies of #DFC55C
Complementary color
Monochromatic Colors of #DFC55C
Black with #DFC55C
Text Example
Text Example
White with #DFC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC55C; }
p { color: rgb(223,197,92); }
H1.HeaderClassName
{
color: #DFC55C;
}
.AnyTagClassName
{
color: #DFC55C;
}
</style>
background-color css
<style>
a { background-color: #DFC55C; }
a { background-color: rgb(223,197,92); }
div.DivClassName
{
background-color: #DFC55C;
}
.BgClassName
{
background-color: #DFC55C;
}
</style>
border-color css
<style>
span { border-color: #DFC55C; }
span { border-color: rgb(223,197,92); }
td.TdClassName
{
border-color: #DFC55C;
}
.TagClassName
{
border-color: #DFC55C;
}
</style>