Shades of Tacha #CDB756
Tints of Tacha #CDB756
RGB
CMYK
RGB Variations
Color information
#CDB756 (or 0xCDB756) is known color: Tacha. HEX triplet: CD, B7 and 56. RGB value is (205,183,86). Sum of RGB (Red+Green+Blue) = 205+183+86=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB756 is #3248A9. Grayscale: #B2B2B2. Windows color (decimal): -3295402 or 5683149. OLE color: 5683149.
HSL color Cylindrical-coordinate representation of color #CDB756: hue angle of 48.91º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDB756 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 86 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.20 |
| HSL | 48.91º | 0.54% | 0.57% | - |
| HSV(B) | 48.91º | 0.58% | 0.8% | - |
| XYZ | 43.79 | 47.52 | 15.67 | - |
| YUV | 178.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 86 | 0 | 0.11 | 0.58 | 0.20 | 48.91 | 0.54 | 0.57 |
| Hex | CD | B7 | 56 | 0 | B | 3A | 14 | 31 | 36 | 39 |
| Octal | 315 | 267 | 126 | 0 | 13 | 72 | 24 | 61 | 66 | 71 |
| Binary | 11001101 | 10110111 | 1010110 | 0 | 1011 | 111010 | 10100 | 110001 | 110110 | 111001 |
Color Harmonies of #CDB756
Complementary color
Monochromatic Colors of #CDB756
Black with #CDB756
Text Example
Text Example
White with #CDB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB756; }
p { color: rgb(205,183,86); }
H1.HeaderClassName
{
color: #CDB756;
}
.AnyTagClassName
{
color: #CDB756;
}
</style>
background-color css
<style>
a { background-color: #CDB756; }
a { background-color: rgb(205,183,86); }
div.DivClassName
{
background-color: #CDB756;
}
.BgClassName
{
background-color: #CDB756;
}
</style>
border-color css
<style>
span { border-color: #CDB756; }
span { border-color: rgb(205,183,86); }
td.TdClassName
{
border-color: #CDB756;
}
.TagClassName
{
border-color: #CDB756;
}
</style>