Shades of Tacha #D0B366
Tints of Tacha #D0B366
RGB
CMYK
RGB Variations
Color information
#D0B366 (or 0xD0B366) is known color: Tacha. HEX triplet: D0, B3 and 66. RGB value is (208,179,102). Sum of RGB (Red+Green+Blue) = 208+179+102=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B366 is #2F4C99. Grayscale: #B3B3B3. Windows color (decimal): -3099802 or 6730704. OLE color: 6730704.
HSL color Cylindrical-coordinate representation of color #D0B366: hue angle of 43.58º 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 #D0B366 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 102 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.18 |
| HSL | 43.58º | 0.53% | 0.61% | - |
| HSV(B) | 43.58º | 0.51% | 0.82% | - |
| XYZ | 44.53 | 46.61 | 19.22 | - |
| YUV | 178.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 102 | 0 | 0.14 | 0.51 | 0.18 | 43.58 | 0.53 | 0.61 |
| Hex | D0 | B3 | 66 | 0 | E | 33 | 12 | 2C | 35 | 3D |
| Octal | 320 | 263 | 146 | 0 | 16 | 63 | 22 | 54 | 65 | 75 |
| Binary | 11010000 | 10110011 | 1100110 | 0 | 1110 | 110011 | 10010 | 101100 | 110101 | 111101 |
Color Harmonies of #D0B366
Complementary color
Monochromatic Colors of #D0B366
Black with #D0B366
Text Example
Text Example
White with #D0B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B366; }
p { color: rgb(208,179,102); }
H1.HeaderClassName
{
color: #D0B366;
}
.AnyTagClassName
{
color: #D0B366;
}
</style>
background-color css
<style>
a { background-color: #D0B366; }
a { background-color: rgb(208,179,102); }
div.DivClassName
{
background-color: #D0B366;
}
.BgClassName
{
background-color: #D0B366;
}
</style>
border-color css
<style>
span { border-color: #D0B366; }
span { border-color: rgb(208,179,102); }
td.TdClassName
{
border-color: #D0B366;
}
.TagClassName
{
border-color: #D0B366;
}
</style>