Shades of Tacha #D0BC57
Tints of Tacha #D0BC57
RGB
CMYK
RGB Variations
Color information
#D0BC57 (or 0xD0BC57) is known color: Tacha. HEX triplet: D0, BC and 57. RGB value is (208,188,87). Sum of RGB (Red+Green+Blue) = 208+188+87=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC57 is #2F43A8. Grayscale: #B6B6B6. Windows color (decimal): -3097513 or 5749968. OLE color: 5749968.
HSL color Cylindrical-coordinate representation of color #D0BC57: hue angle of 50.08º 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 #D0BC57 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 87 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.18 |
| HSL | 50.08º | 0.56% | 0.58% | - |
| HSV(B) | 50.08º | 0.58% | 0.82% | - |
| XYZ | 45.72 | 50.06 | 16.27 | - |
| YUV | 182.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 87 | 0 | 0.10 | 0.58 | 0.18 | 50.08 | 0.56 | 0.58 |
| Hex | D0 | BC | 57 | 0 | A | 3A | 12 | 32 | 38 | 3A |
| Octal | 320 | 274 | 127 | 0 | 12 | 72 | 22 | 62 | 70 | 72 |
| Binary | 11010000 | 10111100 | 1010111 | 0 | 1010 | 111010 | 10010 | 110010 | 111000 | 111010 |
Color Harmonies of #D0BC57
Complementary color
Monochromatic Colors of #D0BC57
Black with #D0BC57
Text Example
Text Example
White with #D0BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC57; }
p { color: rgb(208,188,87); }
H1.HeaderClassName
{
color: #D0BC57;
}
.AnyTagClassName
{
color: #D0BC57;
}
</style>
background-color css
<style>
a { background-color: #D0BC57; }
a { background-color: rgb(208,188,87); }
div.DivClassName
{
background-color: #D0BC57;
}
.BgClassName
{
background-color: #D0BC57;
}
</style>
border-color css
<style>
span { border-color: #D0BC57; }
span { border-color: rgb(208,188,87); }
td.TdClassName
{
border-color: #D0BC57;
}
.TagClassName
{
border-color: #D0BC57;
}
</style>