Shades of Tacha #D8C65F
Tints of Tacha #D8C65F
RGB
CMYK
RGB Variations
Color information
#D8C65F (or 0xD8C65F) is known color: Tacha. HEX triplet: D8, C6 and 5F. RGB value is (216,198,95). Sum of RGB (Red+Green+Blue) = 216+198+95=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C65F is #2739A0. Grayscale: #C0C0C0. Windows color (decimal): -2570657 or 6276824. OLE color: 6276824.
HSL color Cylindrical-coordinate representation of color #D8C65F: hue angle of 51.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8C65F is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 95 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.15 |
| HSL | 51.07º | 0.61% | 0.61% | - |
| HSV(B) | 51.07º | 0.56% | 0.85% | - |
| XYZ | 50.58 | 55.81 | 18.93 | - |
| YUV | 191.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 95 | 0 | 0.08 | 0.56 | 0.15 | 51.07 | 0.61 | 0.61 |
| Hex | D8 | C6 | 5F | 0 | 8 | 38 | F | 33 | 3D | 3D |
| Octal | 330 | 306 | 137 | 0 | 10 | 70 | 17 | 63 | 75 | 75 |
| Binary | 11011000 | 11000110 | 1011111 | 0 | 1000 | 111000 | 1111 | 110011 | 111101 | 111101 |
Color Harmonies of #D8C65F
Complementary color
Monochromatic Colors of #D8C65F
Black with #D8C65F
Text Example
Text Example
White with #D8C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C65F; }
p { color: rgb(216,198,95); }
H1.HeaderClassName
{
color: #D8C65F;
}
.AnyTagClassName
{
color: #D8C65F;
}
</style>
background-color css
<style>
a { background-color: #D8C65F; }
a { background-color: rgb(216,198,95); }
div.DivClassName
{
background-color: #D8C65F;
}
.BgClassName
{
background-color: #D8C65F;
}
</style>
border-color css
<style>
span { border-color: #D8C65F; }
span { border-color: rgb(216,198,95); }
td.TdClassName
{
border-color: #D8C65F;
}
.TagClassName
{
border-color: #D8C65F;
}
</style>