Shades of Tacha #D2C365
Tints of Tacha #D2C365
RGB
CMYK
RGB Variations
Color information
#D2C365 (or 0xD2C365) is known color: Tacha. HEX triplet: D2, C3 and 65. RGB value is (210,195,101). Sum of RGB (Red+Green+Blue) = 210+195+101=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C365 is #2D3C9A. Grayscale: #BDBDBD. Windows color (decimal): -2964635 or 6669266. OLE color: 6669266.
HSL color Cylindrical-coordinate representation of color #D2C365: hue angle of 51.74º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2C365 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 101 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.18 |
| HSL | 51.74º | 0.55% | 0.61% | - |
| HSV(B) | 51.74º | 0.52% | 0.82% | - |
| XYZ | 48.44 | 53.67 | 20.12 | - |
| YUV | 188.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 101 | 0 | 0.07 | 0.52 | 0.18 | 51.74 | 0.55 | 0.61 |
| Hex | D2 | C3 | 65 | 0 | 7 | 34 | 12 | 34 | 37 | 3D |
| Octal | 322 | 303 | 145 | 0 | 7 | 64 | 22 | 64 | 67 | 75 |
| Binary | 11010010 | 11000011 | 1100101 | 0 | 111 | 110100 | 10010 | 110100 | 110111 | 111101 |
Color Harmonies of #D2C365
Complementary color
Monochromatic Colors of #D2C365
Black with #D2C365
Text Example
Text Example
White with #D2C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C365; }
p { color: rgb(210,195,101); }
H1.HeaderClassName
{
color: #D2C365;
}
.AnyTagClassName
{
color: #D2C365;
}
</style>
background-color css
<style>
a { background-color: #D2C365; }
a { background-color: rgb(210,195,101); }
div.DivClassName
{
background-color: #D2C365;
}
.BgClassName
{
background-color: #D2C365;
}
</style>
border-color css
<style>
span { border-color: #D2C365; }
span { border-color: rgb(210,195,101); }
td.TdClassName
{
border-color: #D2C365;
}
.TagClassName
{
border-color: #D2C365;
}
</style>