Shades of Tacha #D0C06B
Tints of Tacha #D0C06B
RGB
CMYK
RGB Variations
Color information
#D0C06B (or 0xD0C06B) is known color: Tacha. HEX triplet: D0, C0 and 6B. RGB value is (208,192,107). Sum of RGB (Red+Green+Blue) = 208+192+107=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C06B is #2F3F94. Grayscale: #BBBBBB. Windows color (decimal): -3096469 or 7061712. OLE color: 7061712.
HSL color Cylindrical-coordinate representation of color #D0C06B: hue angle of 50.5º degrees, saturation: 0.52, 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 #D0C06B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 107 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.18 |
| HSL | 50.5º | 0.52% | 0.62% | - |
| HSV(B) | 50.5º | 0.49% | 0.82% | - |
| XYZ | 47.52 | 52.17 | 21.48 | - |
| YUV | 187.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 107 | 0 | 0.08 | 0.49 | 0.18 | 50.5 | 0.52 | 0.62 |
| Hex | D0 | C0 | 6B | 0 | 8 | 31 | 12 | 32 | 34 | 3E |
| Octal | 320 | 300 | 153 | 0 | 10 | 61 | 22 | 62 | 64 | 76 |
| Binary | 11010000 | 11000000 | 1101011 | 0 | 1000 | 110001 | 10010 | 110010 | 110100 | 111110 |
Color Harmonies of #D0C06B
Complementary color
Monochromatic Colors of #D0C06B
Black with #D0C06B
Text Example
Text Example
White with #D0C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C06B; }
p { color: rgb(208,192,107); }
H1.HeaderClassName
{
color: #D0C06B;
}
.AnyTagClassName
{
color: #D0C06B;
}
</style>
background-color css
<style>
a { background-color: #D0C06B; }
a { background-color: rgb(208,192,107); }
div.DivClassName
{
background-color: #D0C06B;
}
.BgClassName
{
background-color: #D0C06B;
}
</style>
border-color css
<style>
span { border-color: #D0C06B; }
span { border-color: rgb(208,192,107); }
td.TdClassName
{
border-color: #D0C06B;
}
.TagClassName
{
border-color: #D0C06B;
}
</style>