Shades of Tacha #D2C06A
Tints of Tacha #D2C06A
RGB
CMYK
RGB Variations
Color information
#D2C06A (or 0xD2C06A) is known color: Tacha. HEX triplet: D2, C0 and 6A. RGB value is (210,192,106). Sum of RGB (Red+Green+Blue) = 210+192+106=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C06A is #2D3F95. Grayscale: #BBBBBB. Windows color (decimal): -2965398 or 6996178. OLE color: 6996178.
HSL color Cylindrical-coordinate representation of color #D2C06A: hue angle of 49.62º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2C06A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 106 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.18 |
| HSL | 49.62º | 0.54% | 0.62% | - |
| HSV(B) | 49.62º | 0.5% | 0.82% | - |
| XYZ | 48.03 | 52.44 | 21.23 | - |
| YUV | 187.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 106 | 0 | 0.09 | 0.50 | 0.18 | 49.62 | 0.54 | 0.62 |
| Hex | D2 | C0 | 6A | 0 | 9 | 32 | 12 | 32 | 36 | 3E |
| Octal | 322 | 300 | 152 | 0 | 11 | 62 | 22 | 62 | 66 | 76 |
| Binary | 11010010 | 11000000 | 1101010 | 0 | 1001 | 110010 | 10010 | 110010 | 110110 | 111110 |
Color Harmonies of #D2C06A
Complementary color
Monochromatic Colors of #D2C06A
Black with #D2C06A
Text Example
Text Example
White with #D2C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C06A; }
p { color: rgb(210,192,106); }
H1.HeaderClassName
{
color: #D2C06A;
}
.AnyTagClassName
{
color: #D2C06A;
}
</style>
background-color css
<style>
a { background-color: #D2C06A; }
a { background-color: rgb(210,192,106); }
div.DivClassName
{
background-color: #D2C06A;
}
.BgClassName
{
background-color: #D2C06A;
}
</style>
border-color css
<style>
span { border-color: #D2C06A; }
span { border-color: rgb(210,192,106); }
td.TdClassName
{
border-color: #D2C06A;
}
.TagClassName
{
border-color: #D2C06A;
}
</style>