Shades of Tacha #DFC358
Tints of Tacha #DFC358
RGB
CMYK
RGB Variations
Color information
#DFC358 (or 0xDFC358) is known color: Tacha. HEX triplet: DF, C3 and 58. RGB value is (223,195,88). Sum of RGB (Red+Green+Blue) = 223+195+88=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC358 is #203CA7. Grayscale: #BFBFBF. Windows color (decimal): -2112680 or 5817311. OLE color: 5817311.
HSL color Cylindrical-coordinate representation of color #DFC358: hue angle of 47.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC358 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 88 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.13 |
| HSL | 47.56º | 0.68% | 0.61% | - |
| HSV(B) | 47.56º | 0.61% | 0.87% | - |
| XYZ | 51.71 | 55.42 | 17.2 | - |
| YUV | 191.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 88 | 0 | 0.13 | 0.61 | 0.13 | 47.56 | 0.68 | 0.61 |
| Hex | DF | C3 | 58 | 0 | D | 3D | D | 30 | 44 | 3D |
| Octal | 337 | 303 | 130 | 0 | 15 | 75 | 15 | 60 | 104 | 75 |
| Binary | 11011111 | 11000011 | 1011000 | 0 | 1101 | 111101 | 1101 | 110000 | 1000100 | 111101 |
Color Harmonies of #DFC358
Complementary color
Monochromatic Colors of #DFC358
Black with #DFC358
Text Example
Text Example
White with #DFC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC358; }
p { color: rgb(223,195,88); }
H1.HeaderClassName
{
color: #DFC358;
}
.AnyTagClassName
{
color: #DFC358;
}
</style>
background-color css
<style>
a { background-color: #DFC358; }
a { background-color: rgb(223,195,88); }
div.DivClassName
{
background-color: #DFC358;
}
.BgClassName
{
background-color: #DFC358;
}
</style>
border-color css
<style>
span { border-color: #DFC358; }
span { border-color: rgb(223,195,88); }
td.TdClassName
{
border-color: #DFC358;
}
.TagClassName
{
border-color: #DFC358;
}
</style>