Shades of Tacha #D0B666
Tints of Tacha #D0B666
RGB
CMYK
RGB Variations
Color information
#D0B666 (or 0xD0B666) is known color: Tacha. HEX triplet: D0, B6 and 66. RGB value is (208,182,102). Sum of RGB (Red+Green+Blue) = 208+182+102=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B666 is #2F4999. Grayscale: #B5B5B5. Windows color (decimal): -3099034 or 6731472. OLE color: 6731472.
HSL color Cylindrical-coordinate representation of color #D0B666: hue angle of 45.28º 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 #D0B666 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 102 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.18 |
| HSL | 45.28º | 0.53% | 0.61% | - |
| HSV(B) | 45.28º | 0.51% | 0.82% | - |
| XYZ | 45.14 | 47.83 | 19.42 | - |
| YUV | 180.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 102 | 0 | 0.12 | 0.51 | 0.18 | 45.28 | 0.53 | 0.61 |
| Hex | D0 | B6 | 66 | 0 | C | 33 | 12 | 2D | 35 | 3D |
| Octal | 320 | 266 | 146 | 0 | 14 | 63 | 22 | 55 | 65 | 75 |
| Binary | 11010000 | 10110110 | 1100110 | 0 | 1100 | 110011 | 10010 | 101101 | 110101 | 111101 |
Color Harmonies of #D0B666
Complementary color
Monochromatic Colors of #D0B666
Black with #D0B666
Text Example
Text Example
White with #D0B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B666; }
p { color: rgb(208,182,102); }
H1.HeaderClassName
{
color: #D0B666;
}
.AnyTagClassName
{
color: #D0B666;
}
</style>
background-color css
<style>
a { background-color: #D0B666; }
a { background-color: rgb(208,182,102); }
div.DivClassName
{
background-color: #D0B666;
}
.BgClassName
{
background-color: #D0B666;
}
</style>
border-color css
<style>
span { border-color: #D0B666; }
span { border-color: rgb(208,182,102); }
td.TdClassName
{
border-color: #D0B666;
}
.TagClassName
{
border-color: #D0B666;
}
</style>