Shades of Tacha #DFC35C
Tints of Tacha #DFC35C
RGB
CMYK
RGB Variations
Color information
#DFC35C (or 0xDFC35C) is known color: Tacha. HEX triplet: DF, C3 and 5C. RGB value is (223,195,92). Sum of RGB (Red+Green+Blue) = 223+195+92=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC35C is #203CA3. Grayscale: #C0C0C0. Windows color (decimal): -2112676 or 6079455. OLE color: 6079455.
HSL color Cylindrical-coordinate representation of color #DFC35C: hue angle of 47.18º 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 #DFC35C is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 92 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.13 |
| HSL | 47.18º | 0.67% | 0.62% | - |
| HSV(B) | 47.18º | 0.59% | 0.87% | - |
| XYZ | 51.88 | 55.49 | 18.1 | - |
| YUV | 191.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 92 | 0 | 0.13 | 0.59 | 0.13 | 47.18 | 0.67 | 0.62 |
| Hex | DF | C3 | 5C | 0 | D | 3B | D | 2F | 43 | 3E |
| Octal | 337 | 303 | 134 | 0 | 15 | 73 | 15 | 57 | 103 | 76 |
| Binary | 11011111 | 11000011 | 1011100 | 0 | 1101 | 111011 | 1101 | 101111 | 1000011 | 111110 |
Color Harmonies of #DFC35C
Complementary color
Monochromatic Colors of #DFC35C
Black with #DFC35C
Text Example
Text Example
White with #DFC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC35C; }
p { color: rgb(223,195,92); }
H1.HeaderClassName
{
color: #DFC35C;
}
.AnyTagClassName
{
color: #DFC35C;
}
</style>
background-color css
<style>
a { background-color: #DFC35C; }
a { background-color: rgb(223,195,92); }
div.DivClassName
{
background-color: #DFC35C;
}
.BgClassName
{
background-color: #DFC35C;
}
</style>
border-color css
<style>
span { border-color: #DFC35C; }
span { border-color: rgb(223,195,92); }
td.TdClassName
{
border-color: #DFC35C;
}
.TagClassName
{
border-color: #DFC35C;
}
</style>