Shades of Tacha #D9C360
Tints of Tacha #D9C360
RGB
CMYK
RGB Variations
Color information
#D9C360 (or 0xD9C360) is known color: Tacha. HEX triplet: D9, C3 and 60. RGB value is (217,195,96). Sum of RGB (Red+Green+Blue) = 217+195+96=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C360 is #263C9F. Grayscale: #BEBEBE. Windows color (decimal): -2505888 or 6341593. OLE color: 6341593.
HSL color Cylindrical-coordinate representation of color #D9C360: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9C360 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 96 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.15 |
| HSL | 49.09º | 0.61% | 0.61% | - |
| HSV(B) | 49.09º | 0.56% | 0.85% | - |
| XYZ | 50.24 | 54.63 | 18.96 | - |
| YUV | 190.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 96 | 0 | 0.10 | 0.56 | 0.15 | 49.09 | 0.61 | 0.61 |
| Hex | D9 | C3 | 60 | 0 | A | 38 | F | 31 | 3D | 3D |
| Octal | 331 | 303 | 140 | 0 | 12 | 70 | 17 | 61 | 75 | 75 |
| Binary | 11011001 | 11000011 | 1100000 | 0 | 1010 | 111000 | 1111 | 110001 | 111101 | 111101 |
Color Harmonies of #D9C360
Complementary color
Monochromatic Colors of #D9C360
Black with #D9C360
Text Example
Text Example
White with #D9C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C360; }
p { color: rgb(217,195,96); }
H1.HeaderClassName
{
color: #D9C360;
}
.AnyTagClassName
{
color: #D9C360;
}
</style>
background-color css
<style>
a { background-color: #D9C360; }
a { background-color: rgb(217,195,96); }
div.DivClassName
{
background-color: #D9C360;
}
.BgClassName
{
background-color: #D9C360;
}
</style>
border-color css
<style>
span { border-color: #D9C360; }
span { border-color: rgb(217,195,96); }
td.TdClassName
{
border-color: #D9C360;
}
.TagClassName
{
border-color: #D9C360;
}
</style>