Shades of Tacha #CDB364
Tints of Tacha #CDB364
RGB
CMYK
RGB Variations
Color information
#CDB364 (or 0xCDB364) is known color: Tacha. HEX triplet: CD, B3 and 64. RGB value is (205,179,100). Sum of RGB (Red+Green+Blue) = 205+179+100=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB364 is #324C9B. Grayscale: #B2B2B2. Windows color (decimal): -3296412 or 6599629. OLE color: 6599629.
HSL color Cylindrical-coordinate representation of color #CDB364: hue angle of 45.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDB364 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 100 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.20 |
| HSL | 45.14º | 0.51% | 0.6% | - |
| HSV(B) | 45.14º | 0.51% | 0.8% | - |
| XYZ | 43.6 | 46.14 | 18.66 | - |
| YUV | 177.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 100 | 0 | 0.13 | 0.51 | 0.20 | 45.14 | 0.51 | 0.6 |
| Hex | CD | B3 | 64 | 0 | D | 33 | 14 | 2D | 33 | 3C |
| Octal | 315 | 263 | 144 | 0 | 15 | 63 | 24 | 55 | 63 | 74 |
| Binary | 11001101 | 10110011 | 1100100 | 0 | 1101 | 110011 | 10100 | 101101 | 110011 | 111100 |
Color Harmonies of #CDB364
Complementary color
Monochromatic Colors of #CDB364
Black with #CDB364
Text Example
Text Example
White with #CDB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB364; }
p { color: rgb(205,179,100); }
H1.HeaderClassName
{
color: #CDB364;
}
.AnyTagClassName
{
color: #CDB364;
}
</style>
background-color css
<style>
a { background-color: #CDB364; }
a { background-color: rgb(205,179,100); }
div.DivClassName
{
background-color: #CDB364;
}
.BgClassName
{
background-color: #CDB364;
}
</style>
border-color css
<style>
span { border-color: #CDB364; }
span { border-color: rgb(205,179,100); }
td.TdClassName
{
border-color: #CDB364;
}
.TagClassName
{
border-color: #CDB364;
}
</style>