Shades of Tacha #D7CB5E
Tints of Tacha #D7CB5E
RGB
CMYK
RGB Variations
Color information
#D7CB5E (or 0xD7CB5E) is known color: Tacha. HEX triplet: D7, CB and 5E. RGB value is (215,203,94). Sum of RGB (Red+Green+Blue) = 215+203+94=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB5E is #2834A1. Grayscale: #C2C2C2. Windows color (decimal): -2634914 or 6212567. OLE color: 6212567.
HSL color Cylindrical-coordinate representation of color #D7CB5E: hue angle of 54.05º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7CB5E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 94 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.16 |
| HSL | 54.05º | 0.6% | 0.61% | - |
| HSV(B) | 54.05º | 0.56% | 0.84% | - |
| XYZ | 51.4 | 57.97 | 19.07 | - |
| YUV | 194.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 94 | 0 | 0.06 | 0.56 | 0.16 | 54.05 | 0.6 | 0.61 |
| Hex | D7 | CB | 5E | 0 | 6 | 38 | 10 | 36 | 3C | 3D |
| Octal | 327 | 313 | 136 | 0 | 6 | 70 | 20 | 66 | 74 | 75 |
| Binary | 11010111 | 11001011 | 1011110 | 0 | 110 | 111000 | 10000 | 110110 | 111100 | 111101 |
Color Harmonies of #D7CB5E
Complementary color
Monochromatic Colors of #D7CB5E
Black with #D7CB5E
Text Example
Text Example
White with #D7CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB5E; }
p { color: rgb(215,203,94); }
H1.HeaderClassName
{
color: #D7CB5E;
}
.AnyTagClassName
{
color: #D7CB5E;
}
</style>
background-color css
<style>
a { background-color: #D7CB5E; }
a { background-color: rgb(215,203,94); }
div.DivClassName
{
background-color: #D7CB5E;
}
.BgClassName
{
background-color: #D7CB5E;
}
</style>
border-color css
<style>
span { border-color: #D7CB5E; }
span { border-color: rgb(215,203,94); }
td.TdClassName
{
border-color: #D7CB5E;
}
.TagClassName
{
border-color: #D7CB5E;
}
</style>