Shades of Tacha #D0B567
Tints of Tacha #D0B567
RGB
CMYK
RGB Variations
Color information
#D0B567 (or 0xD0B567) is known color: Tacha. HEX triplet: D0, B5 and 67. RGB value is (208,181,103). Sum of RGB (Red+Green+Blue) = 208+181+103=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B567 is #2F4A98. Grayscale: #B4B4B4. Windows color (decimal): -3099289 or 6796752. OLE color: 6796752.
HSL color Cylindrical-coordinate representation of color #D0B567: hue angle of 44.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 #D0B567 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 103 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.18 |
| HSL | 44.57º | 0.53% | 0.61% | - |
| HSV(B) | 44.57º | 0.5% | 0.82% | - |
| XYZ | 44.98 | 47.44 | 19.62 | - |
| YUV | 180.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 103 | 0 | 0.13 | 0.50 | 0.18 | 44.57 | 0.53 | 0.61 |
| Hex | D0 | B5 | 67 | 0 | D | 32 | 12 | 2D | 35 | 3D |
| Octal | 320 | 265 | 147 | 0 | 15 | 62 | 22 | 55 | 65 | 75 |
| Binary | 11010000 | 10110101 | 1100111 | 0 | 1101 | 110010 | 10010 | 101101 | 110101 | 111101 |
Color Harmonies of #D0B567
Complementary color
Monochromatic Colors of #D0B567
Black with #D0B567
Text Example
Text Example
White with #D0B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B567; }
p { color: rgb(208,181,103); }
H1.HeaderClassName
{
color: #D0B567;
}
.AnyTagClassName
{
color: #D0B567;
}
</style>
background-color css
<style>
a { background-color: #D0B567; }
a { background-color: rgb(208,181,103); }
div.DivClassName
{
background-color: #D0B567;
}
.BgClassName
{
background-color: #D0B567;
}
</style>
border-color css
<style>
span { border-color: #D0B567; }
span { border-color: rgb(208,181,103); }
td.TdClassName
{
border-color: #D0B567;
}
.TagClassName
{
border-color: #D0B567;
}
</style>