Shades of Tacha #D3B665
Tints of Tacha #D3B665
RGB
CMYK
RGB Variations
Color information
#D3B665 (or 0xD3B665) is known color: Tacha. HEX triplet: D3, B6 and 65. RGB value is (211,182,101). Sum of RGB (Red+Green+Blue) = 211+182+101=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B665 is #2C499A. Grayscale: #B5B5B5. Windows color (decimal): -2902427 or 6665939. OLE color: 6665939.
HSL color Cylindrical-coordinate representation of color #D3B665: hue angle of 44.18º 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 #D3B665 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 101 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.17 |
| HSL | 44.18º | 0.56% | 0.61% | - |
| HSV(B) | 44.18º | 0.52% | 0.83% | - |
| XYZ | 45.94 | 48.24 | 19.2 | - |
| YUV | 181.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 101 | 0 | 0.14 | 0.52 | 0.17 | 44.18 | 0.56 | 0.61 |
| Hex | D3 | B6 | 65 | 0 | E | 34 | 11 | 2C | 38 | 3D |
| Octal | 323 | 266 | 145 | 0 | 16 | 64 | 21 | 54 | 70 | 75 |
| Binary | 11010011 | 10110110 | 1100101 | 0 | 1110 | 110100 | 10001 | 101100 | 111000 | 111101 |
Color Harmonies of #D3B665
Complementary color
Monochromatic Colors of #D3B665
Black with #D3B665
Text Example
Text Example
White with #D3B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B665; }
p { color: rgb(211,182,101); }
H1.HeaderClassName
{
color: #D3B665;
}
.AnyTagClassName
{
color: #D3B665;
}
</style>
background-color css
<style>
a { background-color: #D3B665; }
a { background-color: rgb(211,182,101); }
div.DivClassName
{
background-color: #D3B665;
}
.BgClassName
{
background-color: #D3B665;
}
</style>
border-color css
<style>
span { border-color: #D3B665; }
span { border-color: rgb(211,182,101); }
td.TdClassName
{
border-color: #D3B665;
}
.TagClassName
{
border-color: #D3B665;
}
</style>