Shades of Tacha #D5C65F
Tints of Tacha #D5C65F
RGB
CMYK
RGB Variations
Color information
#D5C65F (or 0xD5C65F) is known color: Tacha. HEX triplet: D5, C6 and 5F. RGB value is (213,198,95). Sum of RGB (Red+Green+Blue) = 213+198+95=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C65F is #2A39A0. Grayscale: #BFBFBF. Windows color (decimal): -2767265 or 6276821. OLE color: 6276821.
HSL color Cylindrical-coordinate representation of color #D5C65F: hue angle of 52.37º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5C65F is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 95 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.16 |
| HSL | 52.37º | 0.58% | 0.6% | - |
| HSV(B) | 52.37º | 0.55% | 0.84% | - |
| XYZ | 49.7 | 55.36 | 18.89 | - |
| YUV | 190.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 95 | 0 | 0.07 | 0.55 | 0.16 | 52.37 | 0.58 | 0.6 |
| Hex | D5 | C6 | 5F | 0 | 7 | 37 | 10 | 34 | 3A | 3C |
| Octal | 325 | 306 | 137 | 0 | 7 | 67 | 20 | 64 | 72 | 74 |
| Binary | 11010101 | 11000110 | 1011111 | 0 | 111 | 110111 | 10000 | 110100 | 111010 | 111100 |
Color Harmonies of #D5C65F
Complementary color
Monochromatic Colors of #D5C65F
Black with #D5C65F
Text Example
Text Example
White with #D5C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C65F; }
p { color: rgb(213,198,95); }
H1.HeaderClassName
{
color: #D5C65F;
}
.AnyTagClassName
{
color: #D5C65F;
}
</style>
background-color css
<style>
a { background-color: #D5C65F; }
a { background-color: rgb(213,198,95); }
div.DivClassName
{
background-color: #D5C65F;
}
.BgClassName
{
background-color: #D5C65F;
}
</style>
border-color css
<style>
span { border-color: #D5C65F; }
span { border-color: rgb(213,198,95); }
td.TdClassName
{
border-color: #D5C65F;
}
.TagClassName
{
border-color: #D5C65F;
}
</style>