Shades of Tacha #D4CB62
Tints of Tacha #D4CB62
RGB
CMYK
RGB Variations
Color information
#D4CB62 (or 0xD4CB62) is known color: Tacha. HEX triplet: D4, CB and 62. RGB value is (212,203,98). Sum of RGB (Red+Green+Blue) = 212+203+98=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB62 is #2B349D. Grayscale: #C2C2C2. Windows color (decimal): -2831518 or 6474708. OLE color: 6474708.
HSL color Cylindrical-coordinate representation of color #D4CB62: hue angle of 55.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4CB62 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 98 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.17 |
| HSL | 55.26º | 0.57% | 0.61% | - |
| HSV(B) | 55.26º | 0.54% | 0.83% | - |
| XYZ | 50.71 | 57.59 | 20 | - |
| YUV | 193.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 98 | 0 | 0.04 | 0.54 | 0.17 | 55.26 | 0.57 | 0.61 |
| Hex | D4 | CB | 62 | 0 | 4 | 36 | 11 | 37 | 39 | 3D |
| Octal | 324 | 313 | 142 | 0 | 4 | 66 | 21 | 67 | 71 | 75 |
| Binary | 11010100 | 11001011 | 1100010 | 0 | 100 | 110110 | 10001 | 110111 | 111001 | 111101 |
Color Harmonies of #D4CB62
Complementary color
Monochromatic Colors of #D4CB62
Black with #D4CB62
Text Example
Text Example
White with #D4CB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB62; }
p { color: rgb(212,203,98); }
H1.HeaderClassName
{
color: #D4CB62;
}
.AnyTagClassName
{
color: #D4CB62;
}
</style>
background-color css
<style>
a { background-color: #D4CB62; }
a { background-color: rgb(212,203,98); }
div.DivClassName
{
background-color: #D4CB62;
}
.BgClassName
{
background-color: #D4CB62;
}
</style>
border-color css
<style>
span { border-color: #D4CB62; }
span { border-color: rgb(212,203,98); }
td.TdClassName
{
border-color: #D4CB62;
}
.TagClassName
{
border-color: #D4CB62;
}
</style>