Shades of Tacha #D0BC67
Tints of Tacha #D0BC67
RGB
CMYK
RGB Variations
Color information
#D0BC67 (or 0xD0BC67) is known color: Tacha. HEX triplet: D0, BC and 67. RGB value is (208,188,103). Sum of RGB (Red+Green+Blue) = 208+188+103=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC67 is #2F4398. Grayscale: #B8B8B8. Windows color (decimal): -3097497 or 6798544. OLE color: 6798544.
HSL color Cylindrical-coordinate representation of color #D0BC67: hue angle of 48.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0BC67 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 103 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.18 |
| HSL | 48.57º | 0.53% | 0.61% | - |
| HSV(B) | 48.57º | 0.5% | 0.82% | - |
| XYZ | 46.44 | 50.36 | 20.1 | - |
| YUV | 184.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 103 | 0 | 0.10 | 0.50 | 0.18 | 48.57 | 0.53 | 0.61 |
| Hex | D0 | BC | 67 | 0 | A | 32 | 12 | 31 | 35 | 3D |
| Octal | 320 | 274 | 147 | 0 | 12 | 62 | 22 | 61 | 65 | 75 |
| Binary | 11010000 | 10111100 | 1100111 | 0 | 1010 | 110010 | 10010 | 110001 | 110101 | 111101 |
Color Harmonies of #D0BC67
Complementary color
Monochromatic Colors of #D0BC67
Black with #D0BC67
Text Example
Text Example
White with #D0BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC67; }
p { color: rgb(208,188,103); }
H1.HeaderClassName
{
color: #D0BC67;
}
.AnyTagClassName
{
color: #D0BC67;
}
</style>
background-color css
<style>
a { background-color: #D0BC67; }
a { background-color: rgb(208,188,103); }
div.DivClassName
{
background-color: #D0BC67;
}
.BgClassName
{
background-color: #D0BC67;
}
</style>
border-color css
<style>
span { border-color: #D0BC67; }
span { border-color: rgb(208,188,103); }
td.TdClassName
{
border-color: #D0BC67;
}
.TagClassName
{
border-color: #D0BC67;
}
</style>