Shades of Tacha #D1C46B
Tints of Tacha #D1C46B
RGB
CMYK
RGB Variations
Color information
#D1C46B (or 0xD1C46B) is known color: Tacha. HEX triplet: D1, C4 and 6B. RGB value is (209,196,107). Sum of RGB (Red+Green+Blue) = 209+196+107=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C46B is #2E3B94. Grayscale: #BEBEBE. Windows color (decimal): -3029909 or 7062737. OLE color: 7062737.
HSL color Cylindrical-coordinate representation of color #D1C46B: hue angle of 52.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1C46B is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 107 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.18 |
| HSL | 52.35º | 0.53% | 0.62% | - |
| HSV(B) | 52.35º | 0.49% | 0.82% | - |
| XYZ | 48.69 | 54.1 | 21.79 | - |
| YUV | 189.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 107 | 0 | 0.06 | 0.49 | 0.18 | 52.35 | 0.53 | 0.62 |
| Hex | D1 | C4 | 6B | 0 | 6 | 31 | 12 | 34 | 35 | 3E |
| Octal | 321 | 304 | 153 | 0 | 6 | 61 | 22 | 64 | 65 | 76 |
| Binary | 11010001 | 11000100 | 1101011 | 0 | 110 | 110001 | 10010 | 110100 | 110101 | 111110 |
Color Harmonies of #D1C46B
Complementary color
Monochromatic Colors of #D1C46B
Black with #D1C46B
Text Example
Text Example
White with #D1C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C46B; }
p { color: rgb(209,196,107); }
H1.HeaderClassName
{
color: #D1C46B;
}
.AnyTagClassName
{
color: #D1C46B;
}
</style>
background-color css
<style>
a { background-color: #D1C46B; }
a { background-color: rgb(209,196,107); }
div.DivClassName
{
background-color: #D1C46B;
}
.BgClassName
{
background-color: #D1C46B;
}
</style>
border-color css
<style>
span { border-color: #D1C46B; }
span { border-color: rgb(209,196,107); }
td.TdClassName
{
border-color: #D1C46B;
}
.TagClassName
{
border-color: #D1C46B;
}
</style>