Shades of Tacha #D3B465
Tints of Tacha #D3B465
RGB
CMYK
RGB Variations
Color information
#D3B465 (or 0xD3B465) is known color: Tacha. HEX triplet: D3, B4 and 65. RGB value is (211,180,101). Sum of RGB (Red+Green+Blue) = 211+180+101=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B465 is #2C4B9A. Grayscale: #B4B4B4. Windows color (decimal): -2902939 or 6665427. OLE color: 6665427.
HSL color Cylindrical-coordinate representation of color #D3B465: hue angle of 43.09º 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 #D3B465 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 101 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.17 |
| HSL | 43.09º | 0.56% | 0.61% | - |
| HSV(B) | 43.09º | 0.52% | 0.83% | - |
| XYZ | 45.53 | 47.43 | 19.07 | - |
| YUV | 180.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 101 | 0 | 0.15 | 0.52 | 0.17 | 43.09 | 0.56 | 0.61 |
| Hex | D3 | B4 | 65 | 0 | F | 34 | 11 | 2B | 38 | 3D |
| Octal | 323 | 264 | 145 | 0 | 17 | 64 | 21 | 53 | 70 | 75 |
| Binary | 11010011 | 10110100 | 1100101 | 0 | 1111 | 110100 | 10001 | 101011 | 111000 | 111101 |
Color Harmonies of #D3B465
Complementary color
Monochromatic Colors of #D3B465
Black with #D3B465
Text Example
Text Example
White with #D3B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B465; }
p { color: rgb(211,180,101); }
H1.HeaderClassName
{
color: #D3B465;
}
.AnyTagClassName
{
color: #D3B465;
}
</style>
background-color css
<style>
a { background-color: #D3B465; }
a { background-color: rgb(211,180,101); }
div.DivClassName
{
background-color: #D3B465;
}
.BgClassName
{
background-color: #D3B465;
}
</style>
border-color css
<style>
span { border-color: #D3B465; }
span { border-color: rgb(211,180,101); }
td.TdClassName
{
border-color: #D3B465;
}
.TagClassName
{
border-color: #D3B465;
}
</style>