Shades of Tacha #D5CA5E
Tints of Tacha #D5CA5E
RGB
CMYK
RGB Variations
Color information
#D5CA5E (or 0xD5CA5E) is known color: Tacha. HEX triplet: D5, CA and 5E. RGB value is (213,202,94). Sum of RGB (Red+Green+Blue) = 213+202+94=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA5E is #2A35A1. Grayscale: #C1C1C1. Windows color (decimal): -2766242 or 6212309. OLE color: 6212309.
HSL color Cylindrical-coordinate representation of color #D5CA5E: hue angle of 54.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5CA5E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 94 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.16 |
| HSL | 54.45º | 0.59% | 0.6% | - |
| HSV(B) | 54.45º | 0.56% | 0.84% | - |
| XYZ | 50.58 | 57.2 | 18.96 | - |
| YUV | 192.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 94 | 0 | 0.05 | 0.56 | 0.16 | 54.45 | 0.59 | 0.6 |
| Hex | D5 | CA | 5E | 0 | 5 | 38 | 10 | 36 | 3B | 3C |
| Octal | 325 | 312 | 136 | 0 | 5 | 70 | 20 | 66 | 73 | 74 |
| Binary | 11010101 | 11001010 | 1011110 | 0 | 101 | 111000 | 10000 | 110110 | 111011 | 111100 |
Color Harmonies of #D5CA5E
Complementary color
Monochromatic Colors of #D5CA5E
Black with #D5CA5E
Text Example
Text Example
White with #D5CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA5E; }
p { color: rgb(213,202,94); }
H1.HeaderClassName
{
color: #D5CA5E;
}
.AnyTagClassName
{
color: #D5CA5E;
}
</style>
background-color css
<style>
a { background-color: #D5CA5E; }
a { background-color: rgb(213,202,94); }
div.DivClassName
{
background-color: #D5CA5E;
}
.BgClassName
{
background-color: #D5CA5E;
}
</style>
border-color css
<style>
span { border-color: #D5CA5E; }
span { border-color: rgb(213,202,94); }
td.TdClassName
{
border-color: #D5CA5E;
}
.TagClassName
{
border-color: #D5CA5E;
}
</style>