Shades of Tacha #D2C95C
Tints of Tacha #D2C95C
RGB
CMYK
RGB Variations
Color information
#D2C95C (or 0xD2C95C) is known color: Tacha. HEX triplet: D2, C9 and 5C. RGB value is (210,201,92). Sum of RGB (Red+Green+Blue) = 210+201+92=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C95C is #2D36A3. Grayscale: #BFBFBF. Windows color (decimal): -2963108 or 6080978. OLE color: 6080978.
HSL color Cylindrical-coordinate representation of color #D2C95C: hue angle of 55.42º degrees, saturation: 0.57, 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 #D2C95C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 92 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.18 |
| HSL | 55.42º | 0.57% | 0.59% | - |
| HSV(B) | 55.42º | 0.56% | 0.82% | - |
| XYZ | 49.4 | 56.25 | 18.38 | - |
| YUV | 191.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 92 | 0 | 0.04 | 0.56 | 0.18 | 55.42 | 0.57 | 0.59 |
| Hex | D2 | C9 | 5C | 0 | 4 | 38 | 12 | 37 | 39 | 3B |
| Octal | 322 | 311 | 134 | 0 | 4 | 70 | 22 | 67 | 71 | 73 |
| Binary | 11010010 | 11001001 | 1011100 | 0 | 100 | 111000 | 10010 | 110111 | 111001 | 111011 |
Color Harmonies of #D2C95C
Complementary color
Monochromatic Colors of #D2C95C
Black with #D2C95C
Text Example
Text Example
White with #D2C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C95C; }
p { color: rgb(210,201,92); }
H1.HeaderClassName
{
color: #D2C95C;
}
.AnyTagClassName
{
color: #D2C95C;
}
</style>
background-color css
<style>
a { background-color: #D2C95C; }
a { background-color: rgb(210,201,92); }
div.DivClassName
{
background-color: #D2C95C;
}
.BgClassName
{
background-color: #D2C95C;
}
</style>
border-color css
<style>
span { border-color: #D2C95C; }
span { border-color: rgb(210,201,92); }
td.TdClassName
{
border-color: #D2C95C;
}
.TagClassName
{
border-color: #D2C95C;
}
</style>