Shades of Tacha #DFC55A
Tints of Tacha #DFC55A
RGB
CMYK
RGB Variations
Color information
#DFC55A (or 0xDFC55A) is known color: Tacha. HEX triplet: DF, C5 and 5A. RGB value is (223,197,90). Sum of RGB (Red+Green+Blue) = 223+197+90=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC55A is #203AA5. Grayscale: #C1C1C1. Windows color (decimal): -2112166 or 5948895. OLE color: 5948895.
HSL color Cylindrical-coordinate representation of color #DFC55A: hue angle of 48.27º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFC55A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 90 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.13 |
| HSL | 48.27º | 0.68% | 0.61% | - |
| HSV(B) | 48.27º | 0.6% | 0.87% | - |
| XYZ | 52.24 | 56.36 | 17.8 | - |
| YUV | 192.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 90 | 0 | 0.12 | 0.60 | 0.13 | 48.27 | 0.68 | 0.61 |
| Hex | DF | C5 | 5A | 0 | C | 3C | D | 30 | 44 | 3D |
| Octal | 337 | 305 | 132 | 0 | 14 | 74 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000101 | 1011010 | 0 | 1100 | 111100 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC55A
Complementary color
Monochromatic Colors of #DFC55A
Black with #DFC55A
Text Example
Text Example
White with #DFC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC55A; }
p { color: rgb(223,197,90); }
H1.HeaderClassName
{
color: #DFC55A;
}
.AnyTagClassName
{
color: #DFC55A;
}
</style>
background-color css
<style>
a { background-color: #DFC55A; }
a { background-color: rgb(223,197,90); }
div.DivClassName
{
background-color: #DFC55A;
}
.BgClassName
{
background-color: #DFC55A;
}
</style>
border-color css
<style>
span { border-color: #DFC55A; }
span { border-color: rgb(223,197,90); }
td.TdClassName
{
border-color: #DFC55A;
}
.TagClassName
{
border-color: #DFC55A;
}
</style>