Shades of Tacha #D7C462
Tints of Tacha #D7C462
RGB
CMYK
RGB Variations
Color information
#D7C462 (or 0xD7C462) is known color: Tacha. HEX triplet: D7, C4 and 62. RGB value is (215,196,98). Sum of RGB (Red+Green+Blue) = 215+196+98=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C462 is #283B9D. Grayscale: #BEBEBE. Windows color (decimal): -2636702 or 6472919. OLE color: 6472919.
HSL color Cylindrical-coordinate representation of color #D7C462: hue angle of 50.26º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7C462 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 98 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.16 |
| HSL | 50.26º | 0.59% | 0.61% | - |
| HSV(B) | 50.26º | 0.54% | 0.84% | - |
| XYZ | 49.97 | 54.81 | 19.5 | - |
| YUV | 190.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 98 | 0 | 0.09 | 0.54 | 0.16 | 50.26 | 0.59 | 0.61 |
| Hex | D7 | C4 | 62 | 0 | 9 | 36 | 10 | 32 | 3B | 3D |
| Octal | 327 | 304 | 142 | 0 | 11 | 66 | 20 | 62 | 73 | 75 |
| Binary | 11010111 | 11000100 | 1100010 | 0 | 1001 | 110110 | 10000 | 110010 | 111011 | 111101 |
Color Harmonies of #D7C462
Complementary color
Monochromatic Colors of #D7C462
Black with #D7C462
Text Example
Text Example
White with #D7C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C462; }
p { color: rgb(215,196,98); }
H1.HeaderClassName
{
color: #D7C462;
}
.AnyTagClassName
{
color: #D7C462;
}
</style>
background-color css
<style>
a { background-color: #D7C462; }
a { background-color: rgb(215,196,98); }
div.DivClassName
{
background-color: #D7C462;
}
.BgClassName
{
background-color: #D7C462;
}
</style>
border-color css
<style>
span { border-color: #D7C462; }
span { border-color: rgb(215,196,98); }
td.TdClassName
{
border-color: #D7C462;
}
.TagClassName
{
border-color: #D7C462;
}
</style>