Shades of Tacha #D8CB60
Tints of Tacha #D8CB60
RGB
CMYK
RGB Variations
Color information
#D8CB60 (or 0xD8CB60) is known color: Tacha. HEX triplet: D8, CB and 60. RGB value is (216,203,96). Sum of RGB (Red+Green+Blue) = 216+203+96=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB60 is #27349F. Grayscale: #C3C3C3. Windows color (decimal): -2569376 or 6343640. OLE color: 6343640.
HSL color Cylindrical-coordinate representation of color #D8CB60: hue angle of 53.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8CB60 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 96 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.15 |
| HSL | 53.5º | 0.61% | 0.61% | - |
| HSV(B) | 53.5º | 0.56% | 0.85% | - |
| XYZ | 51.79 | 58.16 | 19.56 | - |
| YUV | 194.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 96 | 0 | 0.06 | 0.56 | 0.15 | 53.5 | 0.61 | 0.61 |
| Hex | D8 | CB | 60 | 0 | 6 | 38 | F | 36 | 3D | 3D |
| Octal | 330 | 313 | 140 | 0 | 6 | 70 | 17 | 66 | 75 | 75 |
| Binary | 11011000 | 11001011 | 1100000 | 0 | 110 | 111000 | 1111 | 110110 | 111101 | 111101 |
Color Harmonies of #D8CB60
Complementary color
Monochromatic Colors of #D8CB60
Black with #D8CB60
Text Example
Text Example
White with #D8CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB60; }
p { color: rgb(216,203,96); }
H1.HeaderClassName
{
color: #D8CB60;
}
.AnyTagClassName
{
color: #D8CB60;
}
</style>
background-color css
<style>
a { background-color: #D8CB60; }
a { background-color: rgb(216,203,96); }
div.DivClassName
{
background-color: #D8CB60;
}
.BgClassName
{
background-color: #D8CB60;
}
</style>
border-color css
<style>
span { border-color: #D8CB60; }
span { border-color: rgb(216,203,96); }
td.TdClassName
{
border-color: #D8CB60;
}
.TagClassName
{
border-color: #D8CB60;
}
</style>