Shades of Tacha #CDBA68
Tints of Tacha #CDBA68
RGB
CMYK
RGB Variations
Color information
#CDBA68 (or 0xCDBA68) is known color: Tacha. HEX triplet: CD, BA and 68. RGB value is (205,186,104). Sum of RGB (Red+Green+Blue) = 205+186+104=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA68 is #324597. Grayscale: #B6B6B6. Windows color (decimal): -3294616 or 6863565. OLE color: 6863565.
HSL color Cylindrical-coordinate representation of color #CDBA68: hue angle of 48.71º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDBA68 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 104 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.20 |
| HSL | 48.71º | 0.5% | 0.61% | - |
| HSV(B) | 48.71º | 0.49% | 0.8% | - |
| XYZ | 45.23 | 49.1 | 20.19 | - |
| YUV | 182.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 104 | 0 | 0.09 | 0.49 | 0.20 | 48.71 | 0.5 | 0.61 |
| Hex | CD | BA | 68 | 0 | 9 | 31 | 14 | 31 | 32 | 3D |
| Octal | 315 | 272 | 150 | 0 | 11 | 61 | 24 | 61 | 62 | 75 |
| Binary | 11001101 | 10111010 | 1101000 | 0 | 1001 | 110001 | 10100 | 110001 | 110010 | 111101 |
Color Harmonies of #CDBA68
Complementary color
Monochromatic Colors of #CDBA68
Black with #CDBA68
Text Example
Text Example
White with #CDBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA68; }
p { color: rgb(205,186,104); }
H1.HeaderClassName
{
color: #CDBA68;
}
.AnyTagClassName
{
color: #CDBA68;
}
</style>
background-color css
<style>
a { background-color: #CDBA68; }
a { background-color: rgb(205,186,104); }
div.DivClassName
{
background-color: #CDBA68;
}
.BgClassName
{
background-color: #CDBA68;
}
</style>
border-color css
<style>
span { border-color: #CDBA68; }
span { border-color: rgb(205,186,104); }
td.TdClassName
{
border-color: #CDBA68;
}
.TagClassName
{
border-color: #CDBA68;
}
</style>