Shades of Tacha #D8C95C
Tints of Tacha #D8C95C
RGB
CMYK
RGB Variations
Color information
#D8C95C (or 0xD8C95C) is known color: Tacha. HEX triplet: D8, C9 and 5C. RGB value is (216,201,92). Sum of RGB (Red+Green+Blue) = 216+201+92=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C95C is #2736A3. Grayscale: #C1C1C1. Windows color (decimal): -2569892 or 6080984. OLE color: 6080984.
HSL color Cylindrical-coordinate representation of color #D8C95C: hue angle of 52.74º 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 #D8C95C is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 92 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.15 |
| HSL | 52.74º | 0.61% | 0.6% | - |
| HSV(B) | 52.74º | 0.57% | 0.85% | - |
| XYZ | 51.14 | 57.14 | 18.46 | - |
| YUV | 193.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 92 | 0 | 0.07 | 0.57 | 0.15 | 52.74 | 0.61 | 0.6 |
| Hex | D8 | C9 | 5C | 0 | 7 | 39 | F | 35 | 3D | 3C |
| Octal | 330 | 311 | 134 | 0 | 7 | 71 | 17 | 65 | 75 | 74 |
| Binary | 11011000 | 11001001 | 1011100 | 0 | 111 | 111001 | 1111 | 110101 | 111101 | 111100 |
Color Harmonies of #D8C95C
Complementary color
Monochromatic Colors of #D8C95C
Black with #D8C95C
Text Example
Text Example
White with #D8C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C95C; }
p { color: rgb(216,201,92); }
H1.HeaderClassName
{
color: #D8C95C;
}
.AnyTagClassName
{
color: #D8C95C;
}
</style>
background-color css
<style>
a { background-color: #D8C95C; }
a { background-color: rgb(216,201,92); }
div.DivClassName
{
background-color: #D8C95C;
}
.BgClassName
{
background-color: #D8C95C;
}
</style>
border-color css
<style>
span { border-color: #D8C95C; }
span { border-color: rgb(216,201,92); }
td.TdClassName
{
border-color: #D8C95C;
}
.TagClassName
{
border-color: #D8C95C;
}
</style>