Shades of Tacha #D6CB5D
Tints of Tacha #D6CB5D
RGB
CMYK
RGB Variations
Color information
#D6CB5D (or 0xD6CB5D) is known color: Tacha. HEX triplet: D6, CB and 5D. RGB value is (214,203,93). Sum of RGB (Red+Green+Blue) = 214+203+93=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB5D is #2934A2. Grayscale: #C2C2C2. Windows color (decimal): -2700451 or 6147030. OLE color: 6147030.
HSL color Cylindrical-coordinate representation of color #D6CB5D: hue angle of 54.55º degrees, saturation: 0.6, 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 #D6CB5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 93 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.16 |
| HSL | 54.55º | 0.6% | 0.6% | - |
| HSV(B) | 54.55º | 0.57% | 0.84% | - |
| XYZ | 51.06 | 57.8 | 18.82 | - |
| YUV | 193.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 93 | 0 | 0.05 | 0.57 | 0.16 | 54.55 | 0.6 | 0.6 |
| Hex | D6 | CB | 5D | 0 | 5 | 39 | 10 | 37 | 3C | 3C |
| Octal | 326 | 313 | 135 | 0 | 5 | 71 | 20 | 67 | 74 | 74 |
| Binary | 11010110 | 11001011 | 1011101 | 0 | 101 | 111001 | 10000 | 110111 | 111100 | 111100 |
Color Harmonies of #D6CB5D
Complementary color
Monochromatic Colors of #D6CB5D
Black with #D6CB5D
Text Example
Text Example
White with #D6CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB5D; }
p { color: rgb(214,203,93); }
H1.HeaderClassName
{
color: #D6CB5D;
}
.AnyTagClassName
{
color: #D6CB5D;
}
</style>
background-color css
<style>
a { background-color: #D6CB5D; }
a { background-color: rgb(214,203,93); }
div.DivClassName
{
background-color: #D6CB5D;
}
.BgClassName
{
background-color: #D6CB5D;
}
</style>
border-color css
<style>
span { border-color: #D6CB5D; }
span { border-color: rgb(214,203,93); }
td.TdClassName
{
border-color: #D6CB5D;
}
.TagClassName
{
border-color: #D6CB5D;
}
</style>