Shades of Tacha #D1C06C
Tints of Tacha #D1C06C
RGB
CMYK
RGB Variations
Color information
#D1C06C (or 0xD1C06C) is known color: Tacha. HEX triplet: D1, C0 and 6C. RGB value is (209,192,108). Sum of RGB (Red+Green+Blue) = 209+192+108=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C06C is #2E3F93. Grayscale: #BBBBBB. Windows color (decimal): -3030932 or 7127249. OLE color: 7127249.
HSL color Cylindrical-coordinate representation of color #D1C06C: hue angle of 49.9º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1C06C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 108 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.18 |
| HSL | 49.9º | 0.52% | 0.62% | - |
| HSV(B) | 49.9º | 0.48% | 0.82% | - |
| XYZ | 47.85 | 52.34 | 21.77 | - |
| YUV | 187.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 108 | 0 | 0.08 | 0.48 | 0.18 | 49.9 | 0.52 | 0.62 |
| Hex | D1 | C0 | 6C | 0 | 8 | 30 | 12 | 32 | 34 | 3E |
| Octal | 321 | 300 | 154 | 0 | 10 | 60 | 22 | 62 | 64 | 76 |
| Binary | 11010001 | 11000000 | 1101100 | 0 | 1000 | 110000 | 10010 | 110010 | 110100 | 111110 |
Color Harmonies of #D1C06C
Complementary color
Monochromatic Colors of #D1C06C
Black with #D1C06C
Text Example
Text Example
White with #D1C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C06C; }
p { color: rgb(209,192,108); }
H1.HeaderClassName
{
color: #D1C06C;
}
.AnyTagClassName
{
color: #D1C06C;
}
</style>
background-color css
<style>
a { background-color: #D1C06C; }
a { background-color: rgb(209,192,108); }
div.DivClassName
{
background-color: #D1C06C;
}
.BgClassName
{
background-color: #D1C06C;
}
</style>
border-color css
<style>
span { border-color: #D1C06C; }
span { border-color: rgb(209,192,108); }
td.TdClassName
{
border-color: #D1C06C;
}
.TagClassName
{
border-color: #D1C06C;
}
</style>