Shades of Tacha #D4B965
Tints of Tacha #D4B965
RGB
CMYK
RGB Variations
Color information
#D4B965 (or 0xD4B965) is known color: Tacha. HEX triplet: D4, B9 and 65. RGB value is (212,185,101). Sum of RGB (Red+Green+Blue) = 212+185+101=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B965 is #2B469A. Grayscale: #B7B7B7. Windows color (decimal): -2836123 or 6666708. OLE color: 6666708.
HSL color Cylindrical-coordinate representation of color #D4B965: hue angle of 45.41º 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 #D4B965 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 101 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.17 |
| HSL | 45.41º | 0.56% | 0.61% | - |
| HSV(B) | 45.41º | 0.52% | 0.83% | - |
| XYZ | 46.85 | 49.63 | 19.42 | - |
| YUV | 183.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 101 | 0 | 0.13 | 0.52 | 0.17 | 45.41 | 0.56 | 0.61 |
| Hex | D4 | B9 | 65 | 0 | D | 34 | 11 | 2D | 38 | 3D |
| Octal | 324 | 271 | 145 | 0 | 15 | 64 | 21 | 55 | 70 | 75 |
| Binary | 11010100 | 10111001 | 1100101 | 0 | 1101 | 110100 | 10001 | 101101 | 111000 | 111101 |
Color Harmonies of #D4B965
Complementary color
Monochromatic Colors of #D4B965
Black with #D4B965
Text Example
Text Example
White with #D4B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B965; }
p { color: rgb(212,185,101); }
H1.HeaderClassName
{
color: #D4B965;
}
.AnyTagClassName
{
color: #D4B965;
}
</style>
background-color css
<style>
a { background-color: #D4B965; }
a { background-color: rgb(212,185,101); }
div.DivClassName
{
background-color: #D4B965;
}
.BgClassName
{
background-color: #D4B965;
}
</style>
border-color css
<style>
span { border-color: #D4B965; }
span { border-color: rgb(212,185,101); }
td.TdClassName
{
border-color: #D4B965;
}
.TagClassName
{
border-color: #D4B965;
}
</style>