Shades of Tacha #D5C15D
Tints of Tacha #D5C15D
RGB
CMYK
RGB Variations
Color information
#D5C15D (or 0xD5C15D) is known color: Tacha. HEX triplet: D5, C1 and 5D. RGB value is (213,193,93). Sum of RGB (Red+Green+Blue) = 213+193+93=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C15D is #2A3EA2. Grayscale: #BBBBBB. Windows color (decimal): -2768547 or 6144469. OLE color: 6144469.
HSL color Cylindrical-coordinate representation of color #D5C15D: hue angle of 50º 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 #D5C15D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 93 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.16 |
| HSL | 50º | 0.59% | 0.6% | - |
| HSV(B) | 50º | 0.56% | 0.84% | - |
| XYZ | 48.49 | 53.08 | 18.05 | - |
| YUV | 187.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 93 | 0 | 0.09 | 0.56 | 0.16 | 50 | 0.59 | 0.6 |
| Hex | D5 | C1 | 5D | 0 | 9 | 38 | 10 | 32 | 3B | 3C |
| Octal | 325 | 301 | 135 | 0 | 11 | 70 | 20 | 62 | 73 | 74 |
| Binary | 11010101 | 11000001 | 1011101 | 0 | 1001 | 111000 | 10000 | 110010 | 111011 | 111100 |
Color Harmonies of #D5C15D
Complementary color
Monochromatic Colors of #D5C15D
Black with #D5C15D
Text Example
Text Example
White with #D5C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C15D; }
p { color: rgb(213,193,93); }
H1.HeaderClassName
{
color: #D5C15D;
}
.AnyTagClassName
{
color: #D5C15D;
}
</style>
background-color css
<style>
a { background-color: #D5C15D; }
a { background-color: rgb(213,193,93); }
div.DivClassName
{
background-color: #D5C15D;
}
.BgClassName
{
background-color: #D5C15D;
}
</style>
border-color css
<style>
span { border-color: #D5C15D; }
span { border-color: rgb(213,193,93); }
td.TdClassName
{
border-color: #D5C15D;
}
.TagClassName
{
border-color: #D5C15D;
}
</style>