Shades of Tacha #D0B266
Tints of Tacha #D0B266
RGB
CMYK
RGB Variations
Color information
#D0B266 (or 0xD0B266) is known color: Tacha. HEX triplet: D0, B2 and 66. RGB value is (208,178,102). Sum of RGB (Red+Green+Blue) = 208+178+102=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B266 is #2F4D99. Grayscale: #B2B2B2. Windows color (decimal): -3100058 or 6730448. OLE color: 6730448.
HSL color Cylindrical-coordinate representation of color #D0B266: hue angle of 43.02º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0B266 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 102 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.18 |
| HSL | 43.02º | 0.53% | 0.61% | - |
| HSV(B) | 43.02º | 0.51% | 0.82% | - |
| XYZ | 44.33 | 46.21 | 19.15 | - |
| YUV | 178.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 102 | 0 | 0.14 | 0.51 | 0.18 | 43.02 | 0.53 | 0.61 |
| Hex | D0 | B2 | 66 | 0 | E | 33 | 12 | 2B | 35 | 3D |
| Octal | 320 | 262 | 146 | 0 | 16 | 63 | 22 | 53 | 65 | 75 |
| Binary | 11010000 | 10110010 | 1100110 | 0 | 1110 | 110011 | 10010 | 101011 | 110101 | 111101 |
Color Harmonies of #D0B266
Complementary color
Monochromatic Colors of #D0B266
Black with #D0B266
Text Example
Text Example
White with #D0B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B266; }
p { color: rgb(208,178,102); }
H1.HeaderClassName
{
color: #D0B266;
}
.AnyTagClassName
{
color: #D0B266;
}
</style>
background-color css
<style>
a { background-color: #D0B266; }
a { background-color: rgb(208,178,102); }
div.DivClassName
{
background-color: #D0B266;
}
.BgClassName
{
background-color: #D0B266;
}
</style>
border-color css
<style>
span { border-color: #D0B266; }
span { border-color: rgb(208,178,102); }
td.TdClassName
{
border-color: #D0B266;
}
.TagClassName
{
border-color: #D0B266;
}
</style>