Shades of Tacha #D7C665
Tints of Tacha #D7C665
RGB
CMYK
RGB Variations
Color information
#D7C665 (or 0xD7C665) is known color: Tacha. HEX triplet: D7, C6 and 65. RGB value is (215,198,101). Sum of RGB (Red+Green+Blue) = 215+198+101=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C665 is #28399A. Grayscale: #C0C0C0. Windows color (decimal): -2636187 or 6670039. OLE color: 6670039.
HSL color Cylindrical-coordinate representation of color #D7C665: hue angle of 51.05º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7C665 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 101 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.16 |
| HSL | 51.05º | 0.59% | 0.62% | - |
| HSV(B) | 51.05º | 0.53% | 0.84% | - |
| XYZ | 50.57 | 55.77 | 20.41 | - |
| YUV | 192.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 101 | 0 | 0.08 | 0.53 | 0.16 | 51.05 | 0.59 | 0.62 |
| Hex | D7 | C6 | 65 | 0 | 8 | 35 | 10 | 33 | 3B | 3E |
| Octal | 327 | 306 | 145 | 0 | 10 | 65 | 20 | 63 | 73 | 76 |
| Binary | 11010111 | 11000110 | 1100101 | 0 | 1000 | 110101 | 10000 | 110011 | 111011 | 111110 |
Color Harmonies of #D7C665
Complementary color
Monochromatic Colors of #D7C665
Black with #D7C665
Text Example
Text Example
White with #D7C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C665; }
p { color: rgb(215,198,101); }
H1.HeaderClassName
{
color: #D7C665;
}
.AnyTagClassName
{
color: #D7C665;
}
</style>
background-color css
<style>
a { background-color: #D7C665; }
a { background-color: rgb(215,198,101); }
div.DivClassName
{
background-color: #D7C665;
}
.BgClassName
{
background-color: #D7C665;
}
</style>
border-color css
<style>
span { border-color: #D7C665; }
span { border-color: rgb(215,198,101); }
td.TdClassName
{
border-color: #D7C665;
}
.TagClassName
{
border-color: #D7C665;
}
</style>