Shades of Tacha #D2B55C
Tints of Tacha #D2B55C
RGB
CMYK
RGB Variations
Color information
#D2B55C (or 0xD2B55C) is known color: Tacha. HEX triplet: D2, B5 and 5C. RGB value is (210,181,92). Sum of RGB (Red+Green+Blue) = 210+181+92=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B55C is #2D4AA3. Grayscale: #B3B3B3. Windows color (decimal): -2968228 or 6075858. OLE color: 6075858.
HSL color Cylindrical-coordinate representation of color #D2B55C: hue angle of 45.25º 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 #D2B55C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 92 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.18 |
| HSL | 45.25º | 0.57% | 0.59% | - |
| HSV(B) | 45.25º | 0.56% | 0.82% | - |
| XYZ | 45.03 | 47.52 | 16.92 | - |
| YUV | 179.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 92 | 0 | 0.14 | 0.56 | 0.18 | 45.25 | 0.57 | 0.59 |
| Hex | D2 | B5 | 5C | 0 | E | 38 | 12 | 2D | 39 | 3B |
| Octal | 322 | 265 | 134 | 0 | 16 | 70 | 22 | 55 | 71 | 73 |
| Binary | 11010010 | 10110101 | 1011100 | 0 | 1110 | 111000 | 10010 | 101101 | 111001 | 111011 |
Color Harmonies of #D2B55C
Complementary color
Monochromatic Colors of #D2B55C
Black with #D2B55C
Text Example
Text Example
White with #D2B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B55C; }
p { color: rgb(210,181,92); }
H1.HeaderClassName
{
color: #D2B55C;
}
.AnyTagClassName
{
color: #D2B55C;
}
</style>
background-color css
<style>
a { background-color: #D2B55C; }
a { background-color: rgb(210,181,92); }
div.DivClassName
{
background-color: #D2B55C;
}
.BgClassName
{
background-color: #D2B55C;
}
</style>
border-color css
<style>
span { border-color: #D2B55C; }
span { border-color: rgb(210,181,92); }
td.TdClassName
{
border-color: #D2B55C;
}
.TagClassName
{
border-color: #D2B55C;
}
</style>