Shades of Tacha #D8C255
Tints of Tacha #D8C255
RGB
CMYK
RGB Variations
Color information
#D8C255 (or 0xD8C255) is known color: Tacha. HEX triplet: D8, C2 and 55. RGB value is (216,194,85). Sum of RGB (Red+Green+Blue) = 216+194+85=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C255 is #273DAA. Grayscale: #BCBCBC. Windows color (decimal): -2571691 or 5620440. OLE color: 5620440.
HSL color Cylindrical-coordinate representation of color #D8C255: hue angle of 49.92º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8C255 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 85 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.15 |
| HSL | 49.92º | 0.63% | 0.59% | - |
| HSV(B) | 49.92º | 0.61% | 0.85% | - |
| XYZ | 49.25 | 53.84 | 16.39 | - |
| YUV | 188.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 85 | 0 | 0.10 | 0.61 | 0.15 | 49.92 | 0.63 | 0.59 |
| Hex | D8 | C2 | 55 | 0 | A | 3D | F | 32 | 3F | 3B |
| Octal | 330 | 302 | 125 | 0 | 12 | 75 | 17 | 62 | 77 | 73 |
| Binary | 11011000 | 11000010 | 1010101 | 0 | 1010 | 111101 | 1111 | 110010 | 111111 | 111011 |
Color Harmonies of #D8C255
Complementary color
Monochromatic Colors of #D8C255
Black with #D8C255
Text Example
Text Example
White with #D8C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C255; }
p { color: rgb(216,194,85); }
H1.HeaderClassName
{
color: #D8C255;
}
.AnyTagClassName
{
color: #D8C255;
}
</style>
background-color css
<style>
a { background-color: #D8C255; }
a { background-color: rgb(216,194,85); }
div.DivClassName
{
background-color: #D8C255;
}
.BgClassName
{
background-color: #D8C255;
}
</style>
border-color css
<style>
span { border-color: #D8C255; }
span { border-color: rgb(216,194,85); }
td.TdClassName
{
border-color: #D8C255;
}
.TagClassName
{
border-color: #D8C255;
}
</style>