Shades of Tacha #D0B557
Tints of Tacha #D0B557
RGB
CMYK
RGB Variations
Color information
#D0B557 (or 0xD0B557) is known color: Tacha. HEX triplet: D0, B5 and 57. RGB value is (208,181,87). Sum of RGB (Red+Green+Blue) = 208+181+87=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B557 is #2F4AA8. Grayscale: #B2B2B2. Windows color (decimal): -3099305 or 5748176. OLE color: 5748176.
HSL color Cylindrical-coordinate representation of color #D0B557: hue angle of 46.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0B557 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 87 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.18 |
| HSL | 46.61º | 0.56% | 0.58% | - |
| HSV(B) | 46.61º | 0.58% | 0.82% | - |
| XYZ | 44.26 | 47.15 | 15.78 | - |
| YUV | 178.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 87 | 0 | 0.13 | 0.58 | 0.18 | 46.61 | 0.56 | 0.58 |
| Hex | D0 | B5 | 57 | 0 | D | 3A | 12 | 2F | 38 | 3A |
| Octal | 320 | 265 | 127 | 0 | 15 | 72 | 22 | 57 | 70 | 72 |
| Binary | 11010000 | 10110101 | 1010111 | 0 | 1101 | 111010 | 10010 | 101111 | 111000 | 111010 |
Color Harmonies of #D0B557
Complementary color
Monochromatic Colors of #D0B557
Black with #D0B557
Text Example
Text Example
White with #D0B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B557; }
p { color: rgb(208,181,87); }
H1.HeaderClassName
{
color: #D0B557;
}
.AnyTagClassName
{
color: #D0B557;
}
</style>
background-color css
<style>
a { background-color: #D0B557; }
a { background-color: rgb(208,181,87); }
div.DivClassName
{
background-color: #D0B557;
}
.BgClassName
{
background-color: #D0B557;
}
</style>
border-color css
<style>
span { border-color: #D0B557; }
span { border-color: rgb(208,181,87); }
td.TdClassName
{
border-color: #D0B557;
}
.TagClassName
{
border-color: #D0B557;
}
</style>