Shades of Tacha #D4CB63
Tints of Tacha #D4CB63
RGB
CMYK
RGB Variations
Color information
#D4CB63 (or 0xD4CB63) is known color: Tacha. HEX triplet: D4, CB and 63. RGB value is (212,203,99). Sum of RGB (Red+Green+Blue) = 212+203+99=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB63 is #2B349C. Grayscale: #C2C2C2. Windows color (decimal): -2831517 or 6540244. OLE color: 6540244.
HSL color Cylindrical-coordinate representation of color #D4CB63: hue angle of 55.22º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4CB63 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 99 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.17 |
| HSL | 55.22º | 0.57% | 0.61% | - |
| HSV(B) | 55.22º | 0.53% | 0.83% | - |
| XYZ | 50.76 | 57.61 | 20.25 | - |
| YUV | 193.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 99 | 0 | 0.04 | 0.53 | 0.17 | 55.22 | 0.57 | 0.61 |
| Hex | D4 | CB | 63 | 0 | 4 | 35 | 11 | 37 | 39 | 3D |
| Octal | 324 | 313 | 143 | 0 | 4 | 65 | 21 | 67 | 71 | 75 |
| Binary | 11010100 | 11001011 | 1100011 | 0 | 100 | 110101 | 10001 | 110111 | 111001 | 111101 |
Color Harmonies of #D4CB63
Complementary color
Monochromatic Colors of #D4CB63
Black with #D4CB63
Text Example
Text Example
White with #D4CB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB63; }
p { color: rgb(212,203,99); }
H1.HeaderClassName
{
color: #D4CB63;
}
.AnyTagClassName
{
color: #D4CB63;
}
</style>
background-color css
<style>
a { background-color: #D4CB63; }
a { background-color: rgb(212,203,99); }
div.DivClassName
{
background-color: #D4CB63;
}
.BgClassName
{
background-color: #D4CB63;
}
</style>
border-color css
<style>
span { border-color: #D4CB63; }
span { border-color: rgb(212,203,99); }
td.TdClassName
{
border-color: #D4CB63;
}
.TagClassName
{
border-color: #D4CB63;
}
</style>