Shades of Tacha #D6C168
Tints of Tacha #D6C168
RGB
CMYK
RGB Variations
Color information
#D6C168 (or 0xD6C168) is known color: Tacha. HEX triplet: D6, C1 and 68. RGB value is (214,193,104). Sum of RGB (Red+Green+Blue) = 214+193+104=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C168 is #293E97. Grayscale: #BDBDBD. Windows color (decimal): -2703000 or 6865366. OLE color: 6865366.
HSL color Cylindrical-coordinate representation of color #D6C168: hue angle of 48.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6C168 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 104 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.16 |
| HSL | 48.55º | 0.57% | 0.62% | - |
| HSV(B) | 48.55º | 0.51% | 0.84% | - |
| XYZ | 49.3 | 53.44 | 20.81 | - |
| YUV | 189.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 104 | 0 | 0.10 | 0.51 | 0.16 | 48.55 | 0.57 | 0.62 |
| Hex | D6 | C1 | 68 | 0 | A | 33 | 10 | 31 | 39 | 3E |
| Octal | 326 | 301 | 150 | 0 | 12 | 63 | 20 | 61 | 71 | 76 |
| Binary | 11010110 | 11000001 | 1101000 | 0 | 1010 | 110011 | 10000 | 110001 | 111001 | 111110 |
Color Harmonies of #D6C168
Complementary color
Monochromatic Colors of #D6C168
Black with #D6C168
Text Example
Text Example
White with #D6C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C168; }
p { color: rgb(214,193,104); }
H1.HeaderClassName
{
color: #D6C168;
}
.AnyTagClassName
{
color: #D6C168;
}
</style>
background-color css
<style>
a { background-color: #D6C168; }
a { background-color: rgb(214,193,104); }
div.DivClassName
{
background-color: #D6C168;
}
.BgClassName
{
background-color: #D6C168;
}
</style>
border-color css
<style>
span { border-color: #D6C168; }
span { border-color: rgb(214,193,104); }
td.TdClassName
{
border-color: #D6C168;
}
.TagClassName
{
border-color: #D6C168;
}
</style>