Shades of Tacha #D0C567
Tints of Tacha #D0C567
RGB
CMYK
RGB Variations
Color information
#D0C567 (or 0xD0C567) is known color: Tacha. HEX triplet: D0, C5 and 67. RGB value is (208,197,103). Sum of RGB (Red+Green+Blue) = 208+197+103=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C567 is #2F3A98. Grayscale: #BDBDBD. Windows color (decimal): -3095193 or 6800848. OLE color: 6800848.
HSL color Cylindrical-coordinate representation of color #D0C567: hue angle of 53.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0C567 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 103 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.18 |
| HSL | 53.71º | 0.53% | 0.61% | - |
| HSV(B) | 53.71º | 0.5% | 0.82% | - |
| XYZ | 48.43 | 54.32 | 20.76 | - |
| YUV | 189.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 103 | 0 | 0.05 | 0.50 | 0.18 | 53.71 | 0.53 | 0.61 |
| Hex | D0 | C5 | 67 | 0 | 5 | 32 | 12 | 36 | 35 | 3D |
| Octal | 320 | 305 | 147 | 0 | 5 | 62 | 22 | 66 | 65 | 75 |
| Binary | 11010000 | 11000101 | 1100111 | 0 | 101 | 110010 | 10010 | 110110 | 110101 | 111101 |
Color Harmonies of #D0C567
Complementary color
Monochromatic Colors of #D0C567
Black with #D0C567
Text Example
Text Example
White with #D0C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C567; }
p { color: rgb(208,197,103); }
H1.HeaderClassName
{
color: #D0C567;
}
.AnyTagClassName
{
color: #D0C567;
}
</style>
background-color css
<style>
a { background-color: #D0C567; }
a { background-color: rgb(208,197,103); }
div.DivClassName
{
background-color: #D0C567;
}
.BgClassName
{
background-color: #D0C567;
}
</style>
border-color css
<style>
span { border-color: #D0C567; }
span { border-color: rgb(208,197,103); }
td.TdClassName
{
border-color: #D0C567;
}
.TagClassName
{
border-color: #D0C567;
}
</style>