Shades of Tacha #D6C85C
Tints of Tacha #D6C85C
RGB
CMYK
RGB Variations
Color information
#D6C85C (or 0xD6C85C) is known color: Tacha. HEX triplet: D6, C8 and 5C. RGB value is (214,200,92). Sum of RGB (Red+Green+Blue) = 214+200+92=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C85C is #2937A3. Grayscale: #C0C0C0. Windows color (decimal): -2701220 or 6080726. OLE color: 6080726.
HSL color Cylindrical-coordinate representation of color #D6C85C: hue angle of 53.11º 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 #D6C85C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 92 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.16 |
| HSL | 53.11º | 0.6% | 0.6% | - |
| HSV(B) | 53.11º | 0.57% | 0.84% | - |
| XYZ | 50.32 | 56.38 | 18.36 | - |
| YUV | 191.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 92 | 0 | 0.07 | 0.57 | 0.16 | 53.11 | 0.6 | 0.6 |
| Hex | D6 | C8 | 5C | 0 | 7 | 39 | 10 | 35 | 3C | 3C |
| Octal | 326 | 310 | 134 | 0 | 7 | 71 | 20 | 65 | 74 | 74 |
| Binary | 11010110 | 11001000 | 1011100 | 0 | 111 | 111001 | 10000 | 110101 | 111100 | 111100 |
Color Harmonies of #D6C85C
Complementary color
Monochromatic Colors of #D6C85C
Black with #D6C85C
Text Example
Text Example
White with #D6C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C85C; }
p { color: rgb(214,200,92); }
H1.HeaderClassName
{
color: #D6C85C;
}
.AnyTagClassName
{
color: #D6C85C;
}
</style>
background-color css
<style>
a { background-color: #D6C85C; }
a { background-color: rgb(214,200,92); }
div.DivClassName
{
background-color: #D6C85C;
}
.BgClassName
{
background-color: #D6C85C;
}
</style>
border-color css
<style>
span { border-color: #D6C85C; }
span { border-color: rgb(214,200,92); }
td.TdClassName
{
border-color: #D6C85C;
}
.TagClassName
{
border-color: #D6C85C;
}
</style>