Shades of Tacha #D6C25C
Tints of Tacha #D6C25C
RGB
CMYK
RGB Variations
Color information
#D6C25C (or 0xD6C25C) is known color: Tacha. HEX triplet: D6, C2 and 5C. RGB value is (214,194,92). Sum of RGB (Red+Green+Blue) = 214+194+92=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C25C is #293DA3. Grayscale: #BCBCBC. Windows color (decimal): -2702756 or 6079190. OLE color: 6079190.
HSL color Cylindrical-coordinate representation of color #D6C25C: hue angle of 50.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6C25C is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 92 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.16 |
| HSL | 50.16º | 0.6% | 0.6% | - |
| HSV(B) | 50.16º | 0.57% | 0.84% | - |
| XYZ | 48.96 | 53.65 | 17.9 | - |
| YUV | 188.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 92 | 0 | 0.09 | 0.57 | 0.16 | 50.16 | 0.6 | 0.6 |
| Hex | D6 | C2 | 5C | 0 | 9 | 39 | 10 | 32 | 3C | 3C |
| Octal | 326 | 302 | 134 | 0 | 11 | 71 | 20 | 62 | 74 | 74 |
| Binary | 11010110 | 11000010 | 1011100 | 0 | 1001 | 111001 | 10000 | 110010 | 111100 | 111100 |
Color Harmonies of #D6C25C
Complementary color
Monochromatic Colors of #D6C25C
Black with #D6C25C
Text Example
Text Example
White with #D6C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C25C; }
p { color: rgb(214,194,92); }
H1.HeaderClassName
{
color: #D6C25C;
}
.AnyTagClassName
{
color: #D6C25C;
}
</style>
background-color css
<style>
a { background-color: #D6C25C; }
a { background-color: rgb(214,194,92); }
div.DivClassName
{
background-color: #D6C25C;
}
.BgClassName
{
background-color: #D6C25C;
}
</style>
border-color css
<style>
span { border-color: #D6C25C; }
span { border-color: rgb(214,194,92); }
td.TdClassName
{
border-color: #D6C25C;
}
.TagClassName
{
border-color: #D6C25C;
}
</style>