Shades of Tacha #D8C266
Tints of Tacha #D8C266
RGB
CMYK
RGB Variations
Color information
#D8C266 (or 0xD8C266) is known color: Tacha. HEX triplet: D8, C2 and 66. RGB value is (216,194,102). Sum of RGB (Red+Green+Blue) = 216+194+102=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C266 is #273D99. Grayscale: #BEBEBE. Windows color (decimal): -2571674 or 6734552. OLE color: 6734552.
HSL color Cylindrical-coordinate representation of color #D8C266: hue angle of 48.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8C266 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 102 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.15 |
| HSL | 48.42º | 0.59% | 0.62% | - |
| HSV(B) | 48.42º | 0.53% | 0.85% | - |
| XYZ | 50.01 | 54.14 | 20.39 | - |
| YUV | 190.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 102 | 0 | 0.10 | 0.53 | 0.15 | 48.42 | 0.59 | 0.62 |
| Hex | D8 | C2 | 66 | 0 | A | 35 | F | 30 | 3B | 3E |
| Octal | 330 | 302 | 146 | 0 | 12 | 65 | 17 | 60 | 73 | 76 |
| Binary | 11011000 | 11000010 | 1100110 | 0 | 1010 | 110101 | 1111 | 110000 | 111011 | 111110 |
Color Harmonies of #D8C266
Complementary color
Monochromatic Colors of #D8C266
Black with #D8C266
Text Example
Text Example
White with #D8C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C266; }
p { color: rgb(216,194,102); }
H1.HeaderClassName
{
color: #D8C266;
}
.AnyTagClassName
{
color: #D8C266;
}
</style>
background-color css
<style>
a { background-color: #D8C266; }
a { background-color: rgb(216,194,102); }
div.DivClassName
{
background-color: #D8C266;
}
.BgClassName
{
background-color: #D8C266;
}
</style>
border-color css
<style>
span { border-color: #D8C266; }
span { border-color: rgb(216,194,102); }
td.TdClassName
{
border-color: #D8C266;
}
.TagClassName
{
border-color: #D8C266;
}
</style>