Shades of Tacha #D5CB5C
Tints of Tacha #D5CB5C
RGB
CMYK
RGB Variations
Color information
#D5CB5C (or 0xD5CB5C) is known color: Tacha. HEX triplet: D5, CB and 5C. RGB value is (213,203,92). Sum of RGB (Red+Green+Blue) = 213+203+92=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB5C is #2A34A3. Grayscale: #C1C1C1. Windows color (decimal): -2765988 or 6081493. OLE color: 6081493.
HSL color Cylindrical-coordinate representation of color #D5CB5C: hue angle of 55.04º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5CB5C is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 92 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.16 |
| HSL | 55.04º | 0.59% | 0.6% | - |
| HSV(B) | 55.04º | 0.57% | 0.84% | - |
| XYZ | 50.73 | 57.63 | 18.58 | - |
| YUV | 193.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 92 | 0 | 0.05 | 0.57 | 0.16 | 55.04 | 0.59 | 0.6 |
| Hex | D5 | CB | 5C | 0 | 5 | 39 | 10 | 37 | 3B | 3C |
| Octal | 325 | 313 | 134 | 0 | 5 | 71 | 20 | 67 | 73 | 74 |
| Binary | 11010101 | 11001011 | 1011100 | 0 | 101 | 111001 | 10000 | 110111 | 111011 | 111100 |
Color Harmonies of #D5CB5C
Complementary color
Monochromatic Colors of #D5CB5C
Black with #D5CB5C
Text Example
Text Example
White with #D5CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB5C; }
p { color: rgb(213,203,92); }
H1.HeaderClassName
{
color: #D5CB5C;
}
.AnyTagClassName
{
color: #D5CB5C;
}
</style>
background-color css
<style>
a { background-color: #D5CB5C; }
a { background-color: rgb(213,203,92); }
div.DivClassName
{
background-color: #D5CB5C;
}
.BgClassName
{
background-color: #D5CB5C;
}
</style>
border-color css
<style>
span { border-color: #D5CB5C; }
span { border-color: rgb(213,203,92); }
td.TdClassName
{
border-color: #D5CB5C;
}
.TagClassName
{
border-color: #D5CB5C;
}
</style>