Shades of Tacha #D4B668
Tints of Tacha #D4B668
RGB
CMYK
RGB Variations
Color information
#D4B668 (or 0xD4B668) is known color: Tacha. HEX triplet: D4, B6 and 68. RGB value is (212,182,104). Sum of RGB (Red+Green+Blue) = 212+182+104=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B668 is #2B4997. Grayscale: #B6B6B6. Windows color (decimal): -2836888 or 6862548. OLE color: 6862548.
HSL color Cylindrical-coordinate representation of color #D4B668: hue angle of 43.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4B668 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 182 | 104 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.17 |
| HSL | 43.33º | 0.56% | 0.62% | - |
| HSV(B) | 43.33º | 0.51% | 0.83% | - |
| XYZ | 46.38 | 48.45 | 20 | - |
| YUV | 182.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 104 | 0 | 0.14 | 0.51 | 0.17 | 43.33 | 0.56 | 0.62 |
| Hex | D4 | B6 | 68 | 0 | E | 33 | 11 | 2B | 38 | 3E |
| Octal | 324 | 266 | 150 | 0 | 16 | 63 | 21 | 53 | 70 | 76 |
| Binary | 11010100 | 10110110 | 1101000 | 0 | 1110 | 110011 | 10001 | 101011 | 111000 | 111110 |
Color Harmonies of #D4B668
Complementary color
Monochromatic Colors of #D4B668
Black with #D4B668
Text Example
Text Example
White with #D4B668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B668; }
p { color: rgb(212,182,104); }
H1.HeaderClassName
{
color: #D4B668;
}
.AnyTagClassName
{
color: #D4B668;
}
</style>
background-color css
<style>
a { background-color: #D4B668; }
a { background-color: rgb(212,182,104); }
div.DivClassName
{
background-color: #D4B668;
}
.BgClassName
{
background-color: #D4B668;
}
</style>
border-color css
<style>
span { border-color: #D4B668; }
span { border-color: rgb(212,182,104); }
td.TdClassName
{
border-color: #D4B668;
}
.TagClassName
{
border-color: #D4B668;
}
</style>