Shades of Tacha #D5C266
Tints of Tacha #D5C266
RGB
CMYK
RGB Variations
Color information
#D5C266 (or 0xD5C266) is known color: Tacha. HEX triplet: D5, C2 and 66. RGB value is (213,194,102). Sum of RGB (Red+Green+Blue) = 213+194+102=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C266 is #2A3D99. Grayscale: #BDBDBD. Windows color (decimal): -2768282 or 6734549. OLE color: 6734549.
HSL color Cylindrical-coordinate representation of color #D5C266: hue angle of 49.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5C266 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 102 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.16 |
| HSL | 49.73º | 0.57% | 0.62% | - |
| HSV(B) | 49.73º | 0.52% | 0.84% | - |
| XYZ | 49.13 | 53.69 | 20.34 | - |
| YUV | 189.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 102 | 0 | 0.09 | 0.52 | 0.16 | 49.73 | 0.57 | 0.62 |
| Hex | D5 | C2 | 66 | 0 | 9 | 34 | 10 | 32 | 39 | 3E |
| Octal | 325 | 302 | 146 | 0 | 11 | 64 | 20 | 62 | 71 | 76 |
| Binary | 11010101 | 11000010 | 1100110 | 0 | 1001 | 110100 | 10000 | 110010 | 111001 | 111110 |
Color Harmonies of #D5C266
Complementary color
Monochromatic Colors of #D5C266
Black with #D5C266
Text Example
Text Example
White with #D5C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C266; }
p { color: rgb(213,194,102); }
H1.HeaderClassName
{
color: #D5C266;
}
.AnyTagClassName
{
color: #D5C266;
}
</style>
background-color css
<style>
a { background-color: #D5C266; }
a { background-color: rgb(213,194,102); }
div.DivClassName
{
background-color: #D5C266;
}
.BgClassName
{
background-color: #D5C266;
}
</style>
border-color css
<style>
span { border-color: #D5C266; }
span { border-color: rgb(213,194,102); }
td.TdClassName
{
border-color: #D5C266;
}
.TagClassName
{
border-color: #D5C266;
}
</style>