Shades of Tacha #D2C75C
Tints of Tacha #D2C75C
RGB
CMYK
RGB Variations
Color information
#D2C75C (or 0xD2C75C) is known color: Tacha. HEX triplet: D2, C7 and 5C. RGB value is (210,199,92). Sum of RGB (Red+Green+Blue) = 210+199+92=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C75C is #2D38A3. Grayscale: #BEBEBE. Windows color (decimal): -2963620 or 6080466. OLE color: 6080466.
HSL color Cylindrical-coordinate representation of color #D2C75C: hue angle of 54.41º 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 #D2C75C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 92 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.18 |
| HSL | 54.41º | 0.57% | 0.59% | - |
| HSV(B) | 54.41º | 0.56% | 0.82% | - |
| XYZ | 48.93 | 55.32 | 18.22 | - |
| YUV | 190.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 92 | 0 | 0.05 | 0.56 | 0.18 | 54.41 | 0.57 | 0.59 |
| Hex | D2 | C7 | 5C | 0 | 5 | 38 | 12 | 36 | 39 | 3B |
| Octal | 322 | 307 | 134 | 0 | 5 | 70 | 22 | 66 | 71 | 73 |
| Binary | 11010010 | 11000111 | 1011100 | 0 | 101 | 111000 | 10010 | 110110 | 111001 | 111011 |
Color Harmonies of #D2C75C
Complementary color
Monochromatic Colors of #D2C75C
Black with #D2C75C
Text Example
Text Example
White with #D2C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C75C; }
p { color: rgb(210,199,92); }
H1.HeaderClassName
{
color: #D2C75C;
}
.AnyTagClassName
{
color: #D2C75C;
}
</style>
background-color css
<style>
a { background-color: #D2C75C; }
a { background-color: rgb(210,199,92); }
div.DivClassName
{
background-color: #D2C75C;
}
.BgClassName
{
background-color: #D2C75C;
}
</style>
border-color css
<style>
span { border-color: #D2C75C; }
span { border-color: rgb(210,199,92); }
td.TdClassName
{
border-color: #D2C75C;
}
.TagClassName
{
border-color: #D2C75C;
}
</style>