Shades of Tacha #D8C35C
Tints of Tacha #D8C35C
RGB
CMYK
RGB Variations
Color information
#D8C35C (or 0xD8C35C) is known color: Tacha. HEX triplet: D8, C3 and 5C. RGB value is (216,195,92). Sum of RGB (Red+Green+Blue) = 216+195+92=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C35C is #273CA3. Grayscale: #BDBDBD. Windows color (decimal): -2571428 or 6079448. OLE color: 6079448.
HSL color Cylindrical-coordinate representation of color #D8C35C: hue angle of 49.84º 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 #D8C35C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 92 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.15 |
| HSL | 49.84º | 0.61% | 0.6% | - |
| HSV(B) | 49.84º | 0.57% | 0.85% | - |
| XYZ | 49.77 | 54.4 | 18 | - |
| YUV | 189.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 92 | 0 | 0.10 | 0.57 | 0.15 | 49.84 | 0.61 | 0.6 |
| Hex | D8 | C3 | 5C | 0 | A | 39 | F | 32 | 3D | 3C |
| Octal | 330 | 303 | 134 | 0 | 12 | 71 | 17 | 62 | 75 | 74 |
| Binary | 11011000 | 11000011 | 1011100 | 0 | 1010 | 111001 | 1111 | 110010 | 111101 | 111100 |
Color Harmonies of #D8C35C
Complementary color
Monochromatic Colors of #D8C35C
Black with #D8C35C
Text Example
Text Example
White with #D8C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C35C; }
p { color: rgb(216,195,92); }
H1.HeaderClassName
{
color: #D8C35C;
}
.AnyTagClassName
{
color: #D8C35C;
}
</style>
background-color css
<style>
a { background-color: #D8C35C; }
a { background-color: rgb(216,195,92); }
div.DivClassName
{
background-color: #D8C35C;
}
.BgClassName
{
background-color: #D8C35C;
}
</style>
border-color css
<style>
span { border-color: #D8C35C; }
span { border-color: rgb(216,195,92); }
td.TdClassName
{
border-color: #D8C35C;
}
.TagClassName
{
border-color: #D8C35C;
}
</style>