Shades of Tacha #CDBA63
Tints of Tacha #CDBA63
RGB
CMYK
RGB Variations
Color information
#CDBA63 (or 0xCDBA63) is known color: Tacha. HEX triplet: CD, BA and 63. RGB value is (205,186,99). Sum of RGB (Red+Green+Blue) = 205+186+99=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA63 is #32459C. Grayscale: #B6B6B6. Windows color (decimal): -3294621 or 6535885. OLE color: 6535885.
HSL color Cylindrical-coordinate representation of color #CDBA63: hue angle of 49.25º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDBA63 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 99 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.20 |
| HSL | 49.25º | 0.51% | 0.6% | - |
| HSV(B) | 49.25º | 0.52% | 0.8% | - |
| XYZ | 44.99 | 49 | 18.89 | - |
| YUV | 181.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 99 | 0 | 0.09 | 0.52 | 0.20 | 49.25 | 0.51 | 0.6 |
| Hex | CD | BA | 63 | 0 | 9 | 34 | 14 | 31 | 33 | 3C |
| Octal | 315 | 272 | 143 | 0 | 11 | 64 | 24 | 61 | 63 | 74 |
| Binary | 11001101 | 10111010 | 1100011 | 0 | 1001 | 110100 | 10100 | 110001 | 110011 | 111100 |
Color Harmonies of #CDBA63
Complementary color
Monochromatic Colors of #CDBA63
Black with #CDBA63
Text Example
Text Example
White with #CDBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA63; }
p { color: rgb(205,186,99); }
H1.HeaderClassName
{
color: #CDBA63;
}
.AnyTagClassName
{
color: #CDBA63;
}
</style>
background-color css
<style>
a { background-color: #CDBA63; }
a { background-color: rgb(205,186,99); }
div.DivClassName
{
background-color: #CDBA63;
}
.BgClassName
{
background-color: #CDBA63;
}
</style>
border-color css
<style>
span { border-color: #CDBA63; }
span { border-color: rgb(205,186,99); }
td.TdClassName
{
border-color: #CDBA63;
}
.TagClassName
{
border-color: #CDBA63;
}
</style>