Shades of Tacha #D4C665
Tints of Tacha #D4C665
RGB
CMYK
RGB Variations
Color information
#D4C665 (or 0xD4C665) is known color: Tacha. HEX triplet: D4, C6 and 65. RGB value is (212,198,101). Sum of RGB (Red+Green+Blue) = 212+198+101=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C665 is #2B399A. Grayscale: #BFBFBF. Windows color (decimal): -2832795 or 6670036. OLE color: 6670036.
HSL color Cylindrical-coordinate representation of color #D4C665: hue angle of 52.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4C665 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 101 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.17 |
| HSL | 52.43º | 0.56% | 0.61% | - |
| HSV(B) | 52.43º | 0.52% | 0.83% | - |
| XYZ | 49.69 | 55.32 | 20.37 | - |
| YUV | 191.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 101 | 0 | 0.07 | 0.52 | 0.17 | 52.43 | 0.56 | 0.61 |
| Hex | D4 | C6 | 65 | 0 | 7 | 34 | 11 | 34 | 38 | 3D |
| Octal | 324 | 306 | 145 | 0 | 7 | 64 | 21 | 64 | 70 | 75 |
| Binary | 11010100 | 11000110 | 1100101 | 0 | 111 | 110100 | 10001 | 110100 | 111000 | 111101 |
Color Harmonies of #D4C665
Complementary color
Monochromatic Colors of #D4C665
Black with #D4C665
Text Example
Text Example
White with #D4C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C665; }
p { color: rgb(212,198,101); }
H1.HeaderClassName
{
color: #D4C665;
}
.AnyTagClassName
{
color: #D4C665;
}
</style>
background-color css
<style>
a { background-color: #D4C665; }
a { background-color: rgb(212,198,101); }
div.DivClassName
{
background-color: #D4C665;
}
.BgClassName
{
background-color: #D4C665;
}
</style>
border-color css
<style>
span { border-color: #D4C665; }
span { border-color: rgb(212,198,101); }
td.TdClassName
{
border-color: #D4C665;
}
.TagClassName
{
border-color: #D4C665;
}
</style>