Shades of Tacha #DFC15A
Tints of Tacha #DFC15A
RGB
CMYK
RGB Variations
Color information
#DFC15A (or 0xDFC15A) is known color: Tacha. HEX triplet: DF, C1 and 5A. RGB value is (223,193,90). Sum of RGB (Red+Green+Blue) = 223+193+90=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC15A is #203EA5. Grayscale: #BEBEBE. Windows color (decimal): -2113190 or 5947871. OLE color: 5947871.
HSL color Cylindrical-coordinate representation of color #DFC15A: hue angle of 46.47º 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 #DFC15A is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 90 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.13 |
| HSL | 46.47º | 0.68% | 0.61% | - |
| HSV(B) | 46.47º | 0.6% | 0.87% | - |
| XYZ | 51.35 | 54.57 | 17.5 | - |
| YUV | 190.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 90 | 0 | 0.13 | 0.60 | 0.13 | 46.47 | 0.68 | 0.61 |
| Hex | DF | C1 | 5A | 0 | D | 3C | D | 2E | 44 | 3D |
| Octal | 337 | 301 | 132 | 0 | 15 | 74 | 15 | 56 | 104 | 75 |
| Binary | 11011111 | 11000001 | 1011010 | 0 | 1101 | 111100 | 1101 | 101110 | 1000100 | 111101 |
Color Harmonies of #DFC15A
Complementary color
Monochromatic Colors of #DFC15A
Black with #DFC15A
Text Example
Text Example
White with #DFC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC15A; }
p { color: rgb(223,193,90); }
H1.HeaderClassName
{
color: #DFC15A;
}
.AnyTagClassName
{
color: #DFC15A;
}
</style>
background-color css
<style>
a { background-color: #DFC15A; }
a { background-color: rgb(223,193,90); }
div.DivClassName
{
background-color: #DFC15A;
}
.BgClassName
{
background-color: #DFC15A;
}
</style>
border-color css
<style>
span { border-color: #DFC15A; }
span { border-color: rgb(223,193,90); }
td.TdClassName
{
border-color: #DFC15A;
}
.TagClassName
{
border-color: #DFC15A;
}
</style>