Shades of Tacha #CDB355
Tints of Tacha #CDB355
RGB
CMYK
RGB Variations
Color information
#CDB355 (or 0xCDB355) is known color: Tacha. HEX triplet: CD, B3 and 55. RGB value is (205,179,85). Sum of RGB (Red+Green+Blue) = 205+179+85=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB355 is #324CAA. Grayscale: #B0B0B0. Windows color (decimal): -3296427 or 5616589. OLE color: 5616589.
HSL color Cylindrical-coordinate representation of color #CDB355: hue angle of 47º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB355 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 85 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.20 |
| HSL | 47º | 0.55% | 0.57% | - |
| HSV(B) | 47º | 0.59% | 0.8% | - |
| XYZ | 42.94 | 45.88 | 15.19 | - |
| YUV | 176.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 85 | 0 | 0.13 | 0.59 | 0.20 | 47 | 0.55 | 0.57 |
| Hex | CD | B3 | 55 | 0 | D | 3B | 14 | 2F | 37 | 39 |
| Octal | 315 | 263 | 125 | 0 | 15 | 73 | 24 | 57 | 67 | 71 |
| Binary | 11001101 | 10110011 | 1010101 | 0 | 1101 | 111011 | 10100 | 101111 | 110111 | 111001 |
Color Harmonies of #CDB355
Complementary color
Monochromatic Colors of #CDB355
Black with #CDB355
Text Example
Text Example
White with #CDB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB355; }
p { color: rgb(205,179,85); }
H1.HeaderClassName
{
color: #CDB355;
}
.AnyTagClassName
{
color: #CDB355;
}
</style>
background-color css
<style>
a { background-color: #CDB355; }
a { background-color: rgb(205,179,85); }
div.DivClassName
{
background-color: #CDB355;
}
.BgClassName
{
background-color: #CDB355;
}
</style>
border-color css
<style>
span { border-color: #CDB355; }
span { border-color: rgb(205,179,85); }
td.TdClassName
{
border-color: #CDB355;
}
.TagClassName
{
border-color: #CDB355;
}
</style>