Shades of Tacha #D8C35F
Tints of Tacha #D8C35F
RGB
CMYK
RGB Variations
Color information
#D8C35F (or 0xD8C35F) is known color: Tacha. HEX triplet: D8, C3 and 5F. RGB value is (216,195,95). Sum of RGB (Red+Green+Blue) = 216+195+95=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C35F is #273CA0. Grayscale: #BEBEBE. Windows color (decimal): -2571425 or 6276056. OLE color: 6276056.
HSL color Cylindrical-coordinate representation of color #D8C35F: hue angle of 49.59º 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 #D8C35F is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 95 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.15 |
| HSL | 49.59º | 0.61% | 0.61% | - |
| HSV(B) | 49.59º | 0.56% | 0.85% | - |
| XYZ | 49.9 | 54.46 | 18.71 | - |
| YUV | 189.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 95 | 0 | 0.10 | 0.56 | 0.15 | 49.59 | 0.61 | 0.61 |
| Hex | D8 | C3 | 5F | 0 | A | 38 | F | 32 | 3D | 3D |
| Octal | 330 | 303 | 137 | 0 | 12 | 70 | 17 | 62 | 75 | 75 |
| Binary | 11011000 | 11000011 | 1011111 | 0 | 1010 | 111000 | 1111 | 110010 | 111101 | 111101 |
Color Harmonies of #D8C35F
Complementary color
Monochromatic Colors of #D8C35F
Black with #D8C35F
Text Example
Text Example
White with #D8C35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C35F; }
p { color: rgb(216,195,95); }
H1.HeaderClassName
{
color: #D8C35F;
}
.AnyTagClassName
{
color: #D8C35F;
}
</style>
background-color css
<style>
a { background-color: #D8C35F; }
a { background-color: rgb(216,195,95); }
div.DivClassName
{
background-color: #D8C35F;
}
.BgClassName
{
background-color: #D8C35F;
}
</style>
border-color css
<style>
span { border-color: #D8C35F; }
span { border-color: rgb(216,195,95); }
td.TdClassName
{
border-color: #D8C35F;
}
.TagClassName
{
border-color: #D8C35F;
}
</style>