Shades of Tacha #D0C06C
Tints of Tacha #D0C06C
RGB
CMYK
RGB Variations
Color information
#D0C06C (or 0xD0C06C) is known color: Tacha. HEX triplet: D0, C0 and 6C. RGB value is (208,192,108). Sum of RGB (Red+Green+Blue) = 208+192+108=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C06C is #2F3F93. Grayscale: #BBBBBB. Windows color (decimal): -3096468 or 7127248. OLE color: 7127248.
HSL color Cylindrical-coordinate representation of color #D0C06C: hue angle of 50.4º 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 #D0C06C is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 108 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.18 |
| HSL | 50.4º | 0.52% | 0.62% | - |
| HSV(B) | 50.4º | 0.48% | 0.82% | - |
| XYZ | 47.57 | 52.19 | 21.75 | - |
| YUV | 187.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 108 | 0 | 0.08 | 0.48 | 0.18 | 50.4 | 0.52 | 0.62 |
| Hex | D0 | C0 | 6C | 0 | 8 | 30 | 12 | 32 | 34 | 3E |
| Octal | 320 | 300 | 154 | 0 | 10 | 60 | 22 | 62 | 64 | 76 |
| Binary | 11010000 | 11000000 | 1101100 | 0 | 1000 | 110000 | 10010 | 110010 | 110100 | 111110 |
Color Harmonies of #D0C06C
Complementary color
Monochromatic Colors of #D0C06C
Black with #D0C06C
Text Example
Text Example
White with #D0C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C06C; }
p { color: rgb(208,192,108); }
H1.HeaderClassName
{
color: #D0C06C;
}
.AnyTagClassName
{
color: #D0C06C;
}
</style>
background-color css
<style>
a { background-color: #D0C06C; }
a { background-color: rgb(208,192,108); }
div.DivClassName
{
background-color: #D0C06C;
}
.BgClassName
{
background-color: #D0C06C;
}
</style>
border-color css
<style>
span { border-color: #D0C06C; }
span { border-color: rgb(208,192,108); }
td.TdClassName
{
border-color: #D0C06C;
}
.TagClassName
{
border-color: #D0C06C;
}
</style>