Shades of Tacha #D1C95C
Tints of Tacha #D1C95C
RGB
CMYK
RGB Variations
Color information
#D1C95C (or 0xD1C95C) is known color: Tacha. HEX triplet: D1, C9 and 5C. RGB value is (209,201,92). Sum of RGB (Red+Green+Blue) = 209+201+92=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C95C is #2E36A3. Grayscale: #BFBFBF. Windows color (decimal): -3028644 or 6080977. OLE color: 6080977.
HSL color Cylindrical-coordinate representation of color #D1C95C: hue angle of 55.9º 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 #D1C95C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 92 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.18 |
| HSL | 55.9º | 0.56% | 0.59% | - |
| HSV(B) | 55.9º | 0.56% | 0.82% | - |
| XYZ | 49.11 | 56.1 | 18.37 | - |
| YUV | 190.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 92 | 0 | 0.04 | 0.56 | 0.18 | 55.9 | 0.56 | 0.59 |
| Hex | D1 | C9 | 5C | 0 | 4 | 38 | 12 | 38 | 38 | 3B |
| Octal | 321 | 311 | 134 | 0 | 4 | 70 | 22 | 70 | 70 | 73 |
| Binary | 11010001 | 11001001 | 1011100 | 0 | 100 | 111000 | 10010 | 111000 | 111000 | 111011 |
Color Harmonies of #D1C95C
Complementary color
Monochromatic Colors of #D1C95C
Black with #D1C95C
Text Example
Text Example
White with #D1C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C95C; }
p { color: rgb(209,201,92); }
H1.HeaderClassName
{
color: #D1C95C;
}
.AnyTagClassName
{
color: #D1C95C;
}
</style>
background-color css
<style>
a { background-color: #D1C95C; }
a { background-color: rgb(209,201,92); }
div.DivClassName
{
background-color: #D1C95C;
}
.BgClassName
{
background-color: #D1C95C;
}
</style>
border-color css
<style>
span { border-color: #D1C95C; }
span { border-color: rgb(209,201,92); }
td.TdClassName
{
border-color: #D1C95C;
}
.TagClassName
{
border-color: #D1C95C;
}
</style>