Shades of Tacha #D5B866
Tints of Tacha #D5B866
RGB
CMYK
RGB Variations
Color information
#D5B866 (or 0xD5B866) is known color: Tacha. HEX triplet: D5, B8 and 66. RGB value is (213,184,102). Sum of RGB (Red+Green+Blue) = 213+184+102=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B866 is #2A4799. Grayscale: #B7B7B7. Windows color (decimal): -2770842 or 6731989. OLE color: 6731989.
HSL color Cylindrical-coordinate representation of color #D5B866: hue angle of 44.32º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5B866 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 102 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.16 |
| HSL | 44.32º | 0.57% | 0.62% | - |
| HSV(B) | 44.32º | 0.52% | 0.84% | - |
| XYZ | 46.98 | 49.39 | 19.63 | - |
| YUV | 183.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 102 | 0 | 0.14 | 0.52 | 0.16 | 44.32 | 0.57 | 0.62 |
| Hex | D5 | B8 | 66 | 0 | E | 34 | 10 | 2C | 39 | 3E |
| Octal | 325 | 270 | 146 | 0 | 16 | 64 | 20 | 54 | 71 | 76 |
| Binary | 11010101 | 10111000 | 1100110 | 0 | 1110 | 110100 | 10000 | 101100 | 111001 | 111110 |
Color Harmonies of #D5B866
Complementary color
Monochromatic Colors of #D5B866
Black with #D5B866
Text Example
Text Example
White with #D5B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B866; }
p { color: rgb(213,184,102); }
H1.HeaderClassName
{
color: #D5B866;
}
.AnyTagClassName
{
color: #D5B866;
}
</style>
background-color css
<style>
a { background-color: #D5B866; }
a { background-color: rgb(213,184,102); }
div.DivClassName
{
background-color: #D5B866;
}
.BgClassName
{
background-color: #D5B866;
}
</style>
border-color css
<style>
span { border-color: #D5B866; }
span { border-color: rgb(213,184,102); }
td.TdClassName
{
border-color: #D5B866;
}
.TagClassName
{
border-color: #D5B866;
}
</style>