Shades of Tacha #D5CB5E
Tints of Tacha #D5CB5E
RGB
CMYK
RGB Variations
Color information
#D5CB5E (or 0xD5CB5E) is known color: Tacha. HEX triplet: D5, CB and 5E. RGB value is (213,203,94). Sum of RGB (Red+Green+Blue) = 213+203+94=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB5E is #2A34A1. Grayscale: #C2C2C2. Windows color (decimal): -2765986 or 6212565. OLE color: 6212565.
HSL color Cylindrical-coordinate representation of color #D5CB5E: hue angle of 54.96º 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 #D5CB5E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 94 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.16 |
| HSL | 54.96º | 0.59% | 0.6% | - |
| HSV(B) | 54.96º | 0.56% | 0.84% | - |
| XYZ | 50.82 | 57.67 | 19.04 | - |
| YUV | 193.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 94 | 0 | 0.05 | 0.56 | 0.16 | 54.96 | 0.59 | 0.6 |
| Hex | D5 | CB | 5E | 0 | 5 | 38 | 10 | 37 | 3B | 3C |
| Octal | 325 | 313 | 136 | 0 | 5 | 70 | 20 | 67 | 73 | 74 |
| Binary | 11010101 | 11001011 | 1011110 | 0 | 101 | 111000 | 10000 | 110111 | 111011 | 111100 |
Color Harmonies of #D5CB5E
Complementary color
Monochromatic Colors of #D5CB5E
Black with #D5CB5E
Text Example
Text Example
White with #D5CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB5E; }
p { color: rgb(213,203,94); }
H1.HeaderClassName
{
color: #D5CB5E;
}
.AnyTagClassName
{
color: #D5CB5E;
}
</style>
background-color css
<style>
a { background-color: #D5CB5E; }
a { background-color: rgb(213,203,94); }
div.DivClassName
{
background-color: #D5CB5E;
}
.BgClassName
{
background-color: #D5CB5E;
}
</style>
border-color css
<style>
span { border-color: #D5CB5E; }
span { border-color: rgb(213,203,94); }
td.TdClassName
{
border-color: #D5CB5E;
}
.TagClassName
{
border-color: #D5CB5E;
}
</style>