Shades of Tacha #D1C765
Tints of Tacha #D1C765
RGB
CMYK
RGB Variations
Color information
#D1C765 (or 0xD1C765) is known color: Tacha. HEX triplet: D1, C7 and 65. RGB value is (209,199,101). Sum of RGB (Red+Green+Blue) = 209+199+101=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C765 is #2E389A. Grayscale: #BFBFBF. Windows color (decimal): -3029147 or 6670289. OLE color: 6670289.
HSL color Cylindrical-coordinate representation of color #D1C765: hue angle of 54.44º degrees, saturation: 0.54, 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 #D1C765 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 101 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.18 |
| HSL | 54.44º | 0.54% | 0.61% | - |
| HSV(B) | 54.44º | 0.52% | 0.82% | - |
| XYZ | 49.07 | 55.34 | 20.41 | - |
| YUV | 190.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 101 | 0 | 0.05 | 0.52 | 0.18 | 54.44 | 0.54 | 0.61 |
| Hex | D1 | C7 | 65 | 0 | 5 | 34 | 12 | 36 | 36 | 3D |
| Octal | 321 | 307 | 145 | 0 | 5 | 64 | 22 | 66 | 66 | 75 |
| Binary | 11010001 | 11000111 | 1100101 | 0 | 101 | 110100 | 10010 | 110110 | 110110 | 111101 |
Color Harmonies of #D1C765
Complementary color
Monochromatic Colors of #D1C765
Black with #D1C765
Text Example
Text Example
White with #D1C765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C765; }
p { color: rgb(209,199,101); }
H1.HeaderClassName
{
color: #D1C765;
}
.AnyTagClassName
{
color: #D1C765;
}
</style>
background-color css
<style>
a { background-color: #D1C765; }
a { background-color: rgb(209,199,101); }
div.DivClassName
{
background-color: #D1C765;
}
.BgClassName
{
background-color: #D1C765;
}
</style>
border-color css
<style>
span { border-color: #D1C765; }
span { border-color: rgb(209,199,101); }
td.TdClassName
{
border-color: #D1C765;
}
.TagClassName
{
border-color: #D1C765;
}
</style>