Shades of Tacha #D0C867
Tints of Tacha #D0C867
RGB
CMYK
RGB Variations
Color information
#D0C867 (or 0xD0C867) is known color: Tacha. HEX triplet: D0, C8 and 67. RGB value is (208,200,103). Sum of RGB (Red+Green+Blue) = 208+200+103=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C867 is #2F3798. Grayscale: #BFBFBF. Windows color (decimal): -3094425 or 6801616. OLE color: 6801616.
HSL color Cylindrical-coordinate representation of color #D0C867: hue angle of 55.43º 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 #D0C867 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 103 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.18 |
| HSL | 55.43º | 0.53% | 0.61% | - |
| HSV(B) | 55.43º | 0.5% | 0.82% | - |
| XYZ | 49.11 | 55.7 | 20.99 | - |
| YUV | 191.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 103 | 0 | 0.04 | 0.50 | 0.18 | 55.43 | 0.53 | 0.61 |
| Hex | D0 | C8 | 67 | 0 | 4 | 32 | 12 | 37 | 35 | 3D |
| Octal | 320 | 310 | 147 | 0 | 4 | 62 | 22 | 67 | 65 | 75 |
| Binary | 11010000 | 11001000 | 1100111 | 0 | 100 | 110010 | 10010 | 110111 | 110101 | 111101 |
Color Harmonies of #D0C867
Complementary color
Monochromatic Colors of #D0C867
Black with #D0C867
Text Example
Text Example
White with #D0C867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C867; }
p { color: rgb(208,200,103); }
H1.HeaderClassName
{
color: #D0C867;
}
.AnyTagClassName
{
color: #D0C867;
}
</style>
background-color css
<style>
a { background-color: #D0C867; }
a { background-color: rgb(208,200,103); }
div.DivClassName
{
background-color: #D0C867;
}
.BgClassName
{
background-color: #D0C867;
}
</style>
border-color css
<style>
span { border-color: #D0C867; }
span { border-color: rgb(208,200,103); }
td.TdClassName
{
border-color: #D0C867;
}
.TagClassName
{
border-color: #D0C867;
}
</style>