Shades of Tacha #D8C65C
Tints of Tacha #D8C65C
RGB
CMYK
RGB Variations
Color information
#D8C65C (or 0xD8C65C) is known color: Tacha. HEX triplet: D8, C6 and 5C. RGB value is (216,198,92). Sum of RGB (Red+Green+Blue) = 216+198+92=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C65C is #2739A3. Grayscale: #BFBFBF. Windows color (decimal): -2570660 or 6080216. OLE color: 6080216.
HSL color Cylindrical-coordinate representation of color #D8C65C: hue angle of 51.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8C65C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 92 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.15 |
| HSL | 51.29º | 0.61% | 0.6% | - |
| HSV(B) | 51.29º | 0.57% | 0.85% | - |
| XYZ | 50.44 | 55.76 | 18.23 | - |
| YUV | 191.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 92 | 0 | 0.08 | 0.57 | 0.15 | 51.29 | 0.61 | 0.6 |
| Hex | D8 | C6 | 5C | 0 | 8 | 39 | F | 33 | 3D | 3C |
| Octal | 330 | 306 | 134 | 0 | 10 | 71 | 17 | 63 | 75 | 74 |
| Binary | 11011000 | 11000110 | 1011100 | 0 | 1000 | 111001 | 1111 | 110011 | 111101 | 111100 |
Color Harmonies of #D8C65C
Complementary color
Monochromatic Colors of #D8C65C
Black with #D8C65C
Text Example
Text Example
White with #D8C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C65C; }
p { color: rgb(216,198,92); }
H1.HeaderClassName
{
color: #D8C65C;
}
.AnyTagClassName
{
color: #D8C65C;
}
</style>
background-color css
<style>
a { background-color: #D8C65C; }
a { background-color: rgb(216,198,92); }
div.DivClassName
{
background-color: #D8C65C;
}
.BgClassName
{
background-color: #D8C65C;
}
</style>
border-color css
<style>
span { border-color: #D8C65C; }
span { border-color: rgb(216,198,92); }
td.TdClassName
{
border-color: #D8C65C;
}
.TagClassName
{
border-color: #D8C65C;
}
</style>