Shades of Tacha #D5C153
Tints of Tacha #D5C153
RGB
CMYK
RGB Variations
Color information
#D5C153 (or 0xD5C153) is known color: Tacha. HEX triplet: D5, C1 and 53. RGB value is (213,193,83). Sum of RGB (Red+Green+Blue) = 213+193+83=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C153 is #2A3EAC. Grayscale: #BABABA. Windows color (decimal): -2768557 or 5489109. OLE color: 5489109.
HSL color Cylindrical-coordinate representation of color #D5C153: hue angle of 50.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C153 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 83 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.16 |
| HSL | 50.77º | 0.61% | 0.58% | - |
| HSV(B) | 50.77º | 0.61% | 0.84% | - |
| XYZ | 48.07 | 52.91 | 15.86 | - |
| YUV | 186.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 83 | 0 | 0.09 | 0.61 | 0.16 | 50.77 | 0.61 | 0.58 |
| Hex | D5 | C1 | 53 | 0 | 9 | 3D | 10 | 33 | 3D | 3A |
| Octal | 325 | 301 | 123 | 0 | 11 | 75 | 20 | 63 | 75 | 72 |
| Binary | 11010101 | 11000001 | 1010011 | 0 | 1001 | 111101 | 10000 | 110011 | 111101 | 111010 |
Color Harmonies of #D5C153
Complementary color
Monochromatic Colors of #D5C153
Black with #D5C153
Text Example
Text Example
White with #D5C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C153; }
p { color: rgb(213,193,83); }
H1.HeaderClassName
{
color: #D5C153;
}
.AnyTagClassName
{
color: #D5C153;
}
</style>
background-color css
<style>
a { background-color: #D5C153; }
a { background-color: rgb(213,193,83); }
div.DivClassName
{
background-color: #D5C153;
}
.BgClassName
{
background-color: #D5C153;
}
</style>
border-color css
<style>
span { border-color: #D5C153; }
span { border-color: rgb(213,193,83); }
td.TdClassName
{
border-color: #D5C153;
}
.TagClassName
{
border-color: #D5C153;
}
</style>