Shades of Tacha #D2B365
Tints of Tacha #D2B365
RGB
CMYK
RGB Variations
Color information
#D2B365 (or 0xD2B365) is known color: Tacha. HEX triplet: D2, B3 and 65. RGB value is (210,179,101). Sum of RGB (Red+Green+Blue) = 210+179+101=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B365 is #2D4C9A. Grayscale: #B3B3B3. Windows color (decimal): -2968731 or 6665170. OLE color: 6665170.
HSL color Cylindrical-coordinate representation of color #D2B365: hue angle of 42.94º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2B365 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 101 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.18 |
| HSL | 42.94º | 0.55% | 0.61% | - |
| HSV(B) | 42.94º | 0.52% | 0.82% | - |
| XYZ | 45.05 | 46.88 | 18.99 | - |
| YUV | 179.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 101 | 0 | 0.15 | 0.52 | 0.18 | 42.94 | 0.55 | 0.61 |
| Hex | D2 | B3 | 65 | 0 | F | 34 | 12 | 2B | 37 | 3D |
| Octal | 322 | 263 | 145 | 0 | 17 | 64 | 22 | 53 | 67 | 75 |
| Binary | 11010010 | 10110011 | 1100101 | 0 | 1111 | 110100 | 10010 | 101011 | 110111 | 111101 |
Color Harmonies of #D2B365
Complementary color
Monochromatic Colors of #D2B365
Black with #D2B365
Text Example
Text Example
White with #D2B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B365; }
p { color: rgb(210,179,101); }
H1.HeaderClassName
{
color: #D2B365;
}
.AnyTagClassName
{
color: #D2B365;
}
</style>
background-color css
<style>
a { background-color: #D2B365; }
a { background-color: rgb(210,179,101); }
div.DivClassName
{
background-color: #D2B365;
}
.BgClassName
{
background-color: #D2B365;
}
</style>
border-color css
<style>
span { border-color: #D2B365; }
span { border-color: rgb(210,179,101); }
td.TdClassName
{
border-color: #D2B365;
}
.TagClassName
{
border-color: #D2B365;
}
</style>