Shades of Tacha #D1C35C
Tints of Tacha #D1C35C
RGB
CMYK
RGB Variations
Color information
#D1C35C (or 0xD1C35C) is known color: Tacha. HEX triplet: D1, C3 and 5C. RGB value is (209,195,92). Sum of RGB (Red+Green+Blue) = 209+195+92=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C35C is #2E3CA3. Grayscale: #BBBBBB. Windows color (decimal): -3030180 or 6079441. OLE color: 6079441.
HSL color Cylindrical-coordinate representation of color #D1C35C: hue angle of 52.82º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1C35C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 92 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.18 |
| HSL | 52.82º | 0.56% | 0.59% | - |
| HSV(B) | 52.82º | 0.56% | 0.82% | - |
| XYZ | 47.74 | 53.36 | 17.91 | - |
| YUV | 187.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 92 | 0 | 0.07 | 0.56 | 0.18 | 52.82 | 0.56 | 0.59 |
| Hex | D1 | C3 | 5C | 0 | 7 | 38 | 12 | 35 | 38 | 3B |
| Octal | 321 | 303 | 134 | 0 | 7 | 70 | 22 | 65 | 70 | 73 |
| Binary | 11010001 | 11000011 | 1011100 | 0 | 111 | 111000 | 10010 | 110101 | 111000 | 111011 |
Color Harmonies of #D1C35C
Complementary color
Monochromatic Colors of #D1C35C
Black with #D1C35C
Text Example
Text Example
White with #D1C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C35C; }
p { color: rgb(209,195,92); }
H1.HeaderClassName
{
color: #D1C35C;
}
.AnyTagClassName
{
color: #D1C35C;
}
</style>
background-color css
<style>
a { background-color: #D1C35C; }
a { background-color: rgb(209,195,92); }
div.DivClassName
{
background-color: #D1C35C;
}
.BgClassName
{
background-color: #D1C35C;
}
</style>
border-color css
<style>
span { border-color: #D1C35C; }
span { border-color: rgb(209,195,92); }
td.TdClassName
{
border-color: #D1C35C;
}
.TagClassName
{
border-color: #D1C35C;
}
</style>