Shades of Tacha #D2B65C
Tints of Tacha #D2B65C
RGB
CMYK
RGB Variations
Color information
#D2B65C (or 0xD2B65C) is known color: Tacha. HEX triplet: D2, B6 and 5C. RGB value is (210,182,92). Sum of RGB (Red+Green+Blue) = 210+182+92=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B65C is #2D49A3. Grayscale: #B4B4B4. Windows color (decimal): -2967972 or 6076114. OLE color: 6076114.
HSL color Cylindrical-coordinate representation of color #D2B65C: hue angle of 45.76º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2B65C is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 92 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.18 |
| HSL | 45.76º | 0.57% | 0.59% | - |
| HSV(B) | 45.76º | 0.56% | 0.82% | - |
| XYZ | 45.24 | 47.93 | 16.99 | - |
| YUV | 180.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 92 | 0 | 0.13 | 0.56 | 0.18 | 45.76 | 0.57 | 0.59 |
| Hex | D2 | B6 | 5C | 0 | D | 38 | 12 | 2E | 39 | 3B |
| Octal | 322 | 266 | 134 | 0 | 15 | 70 | 22 | 56 | 71 | 73 |
| Binary | 11010010 | 10110110 | 1011100 | 0 | 1101 | 111000 | 10010 | 101110 | 111001 | 111011 |
Color Harmonies of #D2B65C
Complementary color
Monochromatic Colors of #D2B65C
Black with #D2B65C
Text Example
Text Example
White with #D2B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B65C; }
p { color: rgb(210,182,92); }
H1.HeaderClassName
{
color: #D2B65C;
}
.AnyTagClassName
{
color: #D2B65C;
}
</style>
background-color css
<style>
a { background-color: #D2B65C; }
a { background-color: rgb(210,182,92); }
div.DivClassName
{
background-color: #D2B65C;
}
.BgClassName
{
background-color: #D2B65C;
}
</style>
border-color css
<style>
span { border-color: #D2B65C; }
span { border-color: rgb(210,182,92); }
td.TdClassName
{
border-color: #D2B65C;
}
.TagClassName
{
border-color: #D2B65C;
}
</style>