Shades of Tacha #D8CA62
Tints of Tacha #D8CA62
RGB
CMYK
RGB Variations
Color information
#D8CA62 (or 0xD8CA62) is known color: Tacha. HEX triplet: D8, CA and 62. RGB value is (216,202,98). Sum of RGB (Red+Green+Blue) = 216+202+98=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA62 is #27359D. Grayscale: #C2C2C2. Windows color (decimal): -2569630 or 6474456. OLE color: 6474456.
HSL color Cylindrical-coordinate representation of color #D8CA62: hue angle of 52.88º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8CA62 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 98 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.15 |
| HSL | 52.88º | 0.6% | 0.62% | - |
| HSV(B) | 52.88º | 0.55% | 0.85% | - |
| XYZ | 51.64 | 57.72 | 19.97 | - |
| YUV | 194.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 98 | 0 | 0.06 | 0.55 | 0.15 | 52.88 | 0.6 | 0.62 |
| Hex | D8 | CA | 62 | 0 | 6 | 37 | F | 35 | 3C | 3E |
| Octal | 330 | 312 | 142 | 0 | 6 | 67 | 17 | 65 | 74 | 76 |
| Binary | 11011000 | 11001010 | 1100010 | 0 | 110 | 110111 | 1111 | 110101 | 111100 | 111110 |
Color Harmonies of #D8CA62
Complementary color
Monochromatic Colors of #D8CA62
Black with #D8CA62
Text Example
Text Example
White with #D8CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA62; }
p { color: rgb(216,202,98); }
H1.HeaderClassName
{
color: #D8CA62;
}
.AnyTagClassName
{
color: #D8CA62;
}
</style>
background-color css
<style>
a { background-color: #D8CA62; }
a { background-color: rgb(216,202,98); }
div.DivClassName
{
background-color: #D8CA62;
}
.BgClassName
{
background-color: #D8CA62;
}
</style>
border-color css
<style>
span { border-color: #D8CA62; }
span { border-color: rgb(216,202,98); }
td.TdClassName
{
border-color: #D8CA62;
}
.TagClassName
{
border-color: #D8CA62;
}
</style>