Shades of Tacha #D4CB60
Tints of Tacha #D4CB60
RGB
CMYK
RGB Variations
Color information
#D4CB60 (or 0xD4CB60) is known color: Tacha. HEX triplet: D4, CB and 60. RGB value is (212,203,96). Sum of RGB (Red+Green+Blue) = 212+203+96=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB60 is #2B349F. Grayscale: #C1C1C1. Windows color (decimal): -2831520 or 6343636. OLE color: 6343636.
HSL color Cylindrical-coordinate representation of color #D4CB60: hue angle of 55.34º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4CB60 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 96 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.17 |
| HSL | 55.34º | 0.57% | 0.6% | - |
| HSV(B) | 55.34º | 0.55% | 0.83% | - |
| XYZ | 50.62 | 57.55 | 19.51 | - |
| YUV | 193.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 96 | 0 | 0.04 | 0.55 | 0.17 | 55.34 | 0.57 | 0.6 |
| Hex | D4 | CB | 60 | 0 | 4 | 37 | 11 | 37 | 39 | 3C |
| Octal | 324 | 313 | 140 | 0 | 4 | 67 | 21 | 67 | 71 | 74 |
| Binary | 11010100 | 11001011 | 1100000 | 0 | 100 | 110111 | 10001 | 110111 | 111001 | 111100 |
Color Harmonies of #D4CB60
Complementary color
Monochromatic Colors of #D4CB60
Black with #D4CB60
Text Example
Text Example
White with #D4CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB60; }
p { color: rgb(212,203,96); }
H1.HeaderClassName
{
color: #D4CB60;
}
.AnyTagClassName
{
color: #D4CB60;
}
</style>
background-color css
<style>
a { background-color: #D4CB60; }
a { background-color: rgb(212,203,96); }
div.DivClassName
{
background-color: #D4CB60;
}
.BgClassName
{
background-color: #D4CB60;
}
</style>
border-color css
<style>
span { border-color: #D4CB60; }
span { border-color: rgb(212,203,96); }
td.TdClassName
{
border-color: #D4CB60;
}
.TagClassName
{
border-color: #D4CB60;
}
</style>